Changeset 324:07f1d829b183 for plugins/antispam/_admin.php
- Timestamp:
- 06/01/11 15:54:48 (14 years ago)
- Branch:
- 2.3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_admin.php
r270 r324 29 29 function antispamDashboardFavs($core,$favs) 30 30 { 31 $favs['antispam'] = new ArrayObject(array('antispam', __('Antispam'),'plugin.php?p=antispam',31 $favs['antispam'] = new ArrayObject(array('antispam','Antispam','plugin.php?p=antispam', 32 32 'index.php?pf=antispam/icon.png','index.php?pf=antispam/icon-big.png', 33 33 'admin',null,null));
Note: See TracChangeset
for help on using the changeset viewer.