Changeset 3421:34cfd92ec45a for plugins/antispam
- Timestamp:
- 11/26/16 10:40:17 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r3021 r3421 105 105 <title><?php echo ($filter_gui !== false ? sprintf(__('%s configuration'),$filter->name).' - ' : '').$page_name; ?></title> 106 106 <script type="text/javascript"> 107 //<![CDATA[108 107 <?php 109 108 echo dcPage::jsVar('dotclear.msg.confirm_spam_delete',__('Are you sure you want to delete all spams?')); 110 109 ?> 111 //]]>112 110 </script> 113 111 <?php
Note: See TracChangeset
for help on using the changeset viewer.