menu.php (380B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Menu'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified menu!'; 7 $_['text_list'] = 'Menu List'; 8 9 // Column 10 $_['column_name'] = 'Menu Name'; 11 $_['column_status'] = 'Status'; 12 $_['column_action'] = 'Action'; 13 14 // Error 15 $_['error_permission'] = 'Warning: You do not have permission to modify menu!';