store.php (415B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Store'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified store module!'; 8 $_['text_edit'] = 'Edit Store Module'; 9 10 // Entry 11 $_['entry_admin'] = 'Admin Users Only'; 12 $_['entry_status'] = 'Status'; 13 14 // Error 15 $_['error_permission'] = 'Warning: You do not have permission to modify store module!';