Changeset 2166:6f409aa25386 for plugins/antispam
- Timestamp:
- 09/30/13 11:56:33 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r2122 r2166 127 127 __('Plugins') => '', 128 128 $page_name => $p_url, 129 '<span class="page-title">'.sprintf(__('%s filter configuration'),$filter->name).'</span>'=> ''129 sprintf(__('%s filter configuration'),$filter->name) => '' 130 130 )); 131 131 … … 139 139 array( 140 140 __('Plugins') => '', 141 '<span class="page-title">'.$page_name.'</span>'=> ''141 $page_name => '' 142 142 )); 143 143
Note: See TracChangeset
for help on using the changeset viewer.