- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/help.php
r1793 r1839 68 68 } 69 69 70 $help_page = !empty($_GET['page']) ? html::escapeHTML($_GET['page']) : ' core_main';70 $help_page = !empty($_GET['page']) ? html::escapeHTML($_GET['page']) : 'index'; 71 71 $content_array = helpPage($help_page); 72 if (($content_array['content'] == '') || ($help_page == ' core_main')) {73 $content_array = helpPage(' core_main');72 if (($content_array['content'] == '') || ($help_page == 'index')) { 73 $content_array = helpPage('index'); 74 74 } 75 75 if ($content_array['title'] != '') { … … 90 90 dcPage::open(__('Global help'), 91 91 # --BEHAVIOR-- adminPostHeaders 92 $core->callBehavior('adminPostHeaders'), 92 $core->callBehavior('adminPostHeaders'). 93 dcPage::jsPageTabs('first-step'), 93 94 $breadcrumb 94 95 );
Note: See TracChangeset
for help on using the changeset viewer.