Changeset 505:3cf15f858012 for plugins/antispam
- Timestamp:
- 07/04/11 12:42:05 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r500 r505 110 110 <body> 111 111 <?php 112 echo '<h2>'.html::escapeHTML($core->blog->name).' › <span class="page-title">'.$page_name.'</span></h2>';113 112 114 113 if ($filter_gui !== false) 115 114 { 116 echo '< p><a href="'.$p_url.'">'.__('Return to filters').'</a></p>';117 printf('<h3>'.__('%s configuration').'</h3>',$filter->name);115 echo '<h2>'.html::escapeHTML($core->blog->name).' › <a href="'.$p_url.'">'.$page_name.'</a>'. 116 ' › <span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span></h2>'; 118 117 119 118 echo $filter_gui; … … 121 120 else 122 121 { 122 echo '<h2>'.html::escapeHTML($core->blog->name).' › <span class="page-title">'.$page_name.'</span></h2>'; 123 123 124 # Information 124 125 $spam_count = dcAntispam::countSpam($core);
Note: See TracChangeset
for help on using the changeset viewer.