Changeset 1040:c39391d78a5d for plugins/antispam/index.php
- Timestamp:
- 11/27/12 07:50:16 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r907 r1040 100 100 <head> 101 101 <title><?php echo ($filter_gui !== false ? sprintf(__('%s configuration'),$filter->name).' - ' : '').$page_name; ?></title> 102 <script type="text/javascript"> 103 //<![CDATA[ 104 <?php 105 echo dcPage::jsVar('dotclear.msg.confirm_spam_delete',__('Are you sure you want to delete all spams?')); 106 ?> 107 //]]> 108 </script> 102 109 <?php 103 110 echo
Note: See TracChangeset
for help on using the changeset viewer.