Changeset 514:5cacbd2e1fa9 for admin/help.php
- Timestamp:
- 07/04/11 21:43:43 (14 years ago)
- Branch:
- globalhelp
- Children:
- 1793:a25f8d0fd400, 1794:c2846c9f817f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/help.php
r491 r514 59 59 } 60 60 61 return ($title != '' ? ' > '.$title.'</h2>' : '</h2>').'<div id="mainhelp">'.$content.'</div>'; 61 if ($title != '') { 62 $title = '<a href="help.php">'.__('Global help').'</a> › <span class="page-title">'.$title.'</span>'; 63 } else { 64 $title = '<span class="page-title">'.__('Global help').'</span>'; 65 } 66 return '<h2>'.$title.'</h2>'."\n".'<div id="mainhelp">'.$content.'</div>'; 62 67 } 63 68 … … 75 80 $content = helpPage('core_main'); 76 81 } 77 echo '<h2><a href="help.php">'.__('Global help').'</a>'.$content;82 echo $content; 78 83 79 84 dcPage::close();
Note: See TracChangeset
for help on using the changeset viewer.