Changeset 1970:927fa1913998 for plugins/pings
- Timestamp:
- 09/20/13 18:37:42 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/_admin.php
r1398 r1970 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 13 14 $_menu[' Plugins']->addItem(__('Pings'),'plugin.php?p=pings','index.php?pf=pings/icon.png',14 $_menu['Blog']->addItem(__('Pings'),'plugin.php?p=pings','index.php?pf=pings/icon.png', 15 15 preg_match('/plugin.php\?p=pings/',$_SERVER['REQUEST_URI']), 16 16 $core->auth->isSuperAdmin());
Note: See TracChangeset
for help on using the changeset viewer.