Changeset 2166:6f409aa25386 for admin/help.php
- Timestamp:
- 09/30/13 11:56:33 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/help.php
r2074 r2166 77 77 array( 78 78 __('Global help') => 'help.php', 79 '<span class="page-title">'.$content_array['title'].'</span>'=> ''79 $content_array['title'] => '' 80 80 )); 81 81 } else { 82 82 $breadcrumb = dcPage::breadcrumb( 83 83 array( 84 '<span class="page-title">'.__('Global help').'</span>'=> ''84 __('Global help') => '' 85 85 )); 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.