| Server IP : 45.40.142.9 / Your IP : 216.73.216.75 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bayspec/public_html/system/modification/admin/language/english/design/ |
Upload File : |
<?php // Heading $_['heading_title'] = 'Banners'; // Text $_['text_success'] = 'Success: You have modified banners!'; $_['text_list'] = 'Banner List'; $_['text_add'] = 'Add Banner'; $_['text_edit'] = 'Edit Banner'; $_['text_default'] = 'Default'; // Column $_['column_name'] = 'Banner Name'; $_['column_status'] = 'Status'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Banner Name'; $_['entry_title'] = 'Title'; $_['entry_link'] = 'Link'; $_['entry_image'] = 'Image'; $_['entry_status'] = 'Status'; $_['entry_sort_order'] = 'Sort Order'; $_['entry_description'] = 'Description:'; // Error $_['error_permission'] = 'Warning: You do not have permission to modify banners!'; $_['error_name'] = 'Banner Name must be between 3 and 64 characters!'; $_['error_title'] = 'Banner Title must be between 2 and 64 characters!';