featured.php (790B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Featured'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified featured module!'; 8 $_['text_edit'] = 'Edit Featured Module'; 9 10 // Entry 11 $_['entry_name'] = 'Module Name'; 12 $_['entry_product'] = 'Products'; 13 $_['entry_limit'] = 'Limit'; 14 $_['entry_width'] = 'Width'; 15 $_['entry_height'] = 'Height'; 16 $_['entry_status'] = 'Status'; 17 18 // Help 19 $_['help_product'] = '(Autocomplete)'; 20 21 // Error 22 $_['error_permission'] = 'Warning: You do not have permission to modify featured module!'; 23 $_['error_name'] = 'Module Name must be between 3 and 64 characters!'; 24 $_['error_width'] = 'Width required!'; 25 $_['error_height'] = 'Height required!';