Changeset 892:59b8678b9192 for plugins/antispam/index.php
- Timestamp:
- 10/22/12 12:19:11 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r776 r892 99 99 <html> 100 100 <head> 101 <title><?php echo $page_name; ?></title>101 <title><?php echo ($filter_gui !== false ? sprintf(__('%s configuration'),$filter->name).' - ' : '').$page_name; ?></title> 102 102 <?php 103 103 echo
Note: See TracChangeset
for help on using the changeset viewer.