root/ip/trunk/cms_menu.php
| 154 | 158 | ||
|---|---|---|---|
1069 | $result = $db->sql_query($sql); | 1069 | $result = $db->sql_query($sql); |
1070 | 1070 | ||
1071 | $template_to_parse = CMS_TPL . 'cms_menu_list_body.tpl'; | 1071 | $template_to_parse = CMS_TPL . 'cms_menu_list_body.tpl'; |
1072 | $template->assign_var('CMS_PAGE_TITLE', $lang['CMS_Menu_Page']); | 1072 | $template->assign_var('CMS_PAGE_TITLE', $lang['CMS_MENU_PAGE']); |
1073 | 1073 | ||
1074 | $menu_item = array(); | 1074 | $menu_item = array(); |
1075 | while ($menu_item = $db->sql_fetchrow($result)) | 1075 | while ($menu_item = $db->sql_fetchrow($result)) |
Download diff