Changeset 1339:11fdde189adb for plugins/antispam
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1312 r1339 123 123 if ($filter_gui !== false) 124 124 { 125 echo '<h2>'.__('Plugins').' › <a href="'.$p_url.'">'.$page_name.'</a>'. 126 ' › <span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span></h2>'; 125 dcPage::breadcrumb( 126 array( 127 __('Plugins') => '', 128 $page_name => $p_url, 129 '<span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span>' => '' 130 )); 127 131 128 132 echo $filter_gui; … … 130 134 else 131 135 { 132 echo '<h2>'.__('Plugins').' › <span class="page-title">'.$page_name.'</span></h2>'; 136 dcPage::breadcrumb( 137 array( 138 __('Plugins') => '', 139 '<span class="page-title">'.$page_name.'</span>' => '' 140 )); 133 141 134 142 # Information
Note: See TracChangeset
for help on using the changeset viewer.