Changeset 3302 for plugins/writers/_admin.php
- Timestamp:
- 04/04/14 17:01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/writers/_admin.php
r3232 r3302 2 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 3 # 4 # This file is part of Dotclear 2.4 # This file is part of Writers, a plugin for Dotclear. 5 5 # 6 6 # Copyright (c) 2003-2008 Olivier Meunier and contributors … … 10 10 # 11 11 # -- END LICENSE BLOCK ------------------------------------ 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 12 13 13 14 $_menu['Blog']->addItem(__('Writers'),'plugin.php?p=writers','images/menu/users.png', 14 15 preg_match('/plugin.php\?p=writers/',$_SERVER['REQUEST_URI']), 15 16 $core->auth->check('admin',$core->blog->id)); 16 ?>
Note: See TracChangeset
for help on using the changeset viewer.