Changeset 1295:7694223328a6
- Timestamp:
- 08/04/13 20:57:29 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1207 r1295 123 123 if ($filter_gui !== false) 124 124 { 125 echo '<h2>'. html::escapeHTML($core->blog->name).' › <a href="'.$p_url.'">'.$page_name.'</a>'.125 echo '<h2>'.__('Plugins').' › <a href="'.$p_url.'">'.$page_name.'</a>'. 126 126 ' › <span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span></h2>'; 127 127 … … 130 130 else 131 131 { 132 echo '<h2>'. html::escapeHTML($core->blog->name).' › <span class="page-title">'.$page_name.'</span></h2>';132 echo '<h2>'.__('Plugins').' › <span class="page-title">'.$page_name.'</span></h2>'; 133 133 134 134 # Information
Note: See TracChangeset
for help on using the changeset viewer.