Changeset 3391 for plugins/cleanConfig/_admin.php
- Timestamp:
- 03/15/16 12:26:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/cleanConfig/_admin.php
r2402 r3391 3 3 # 4 4 # This file is part of clean:config, a plugin for Dotclear 2 5 # Copyright (C) 2007 ,2009,2010Moe (http://gniark.net/)5 # Copyright (C) 2007-2016 Moe (http://gniark.net/) 6 6 # 7 7 # clean:config is free software; you can redistribute it and/or … … 28 28 'index.php?pf=cleanConfig/icon.png',preg_match('/plugin.php\?p=cleanConfig(&.*)?$/', 29 29 $_SERVER['REQUEST_URI']),$core->auth->check('admin',$core->blog->id)); 30 ?> 30 31 $core->addBehavior('adminDashboardFavorites','cleanConfigDashboardFavorites'); 32 33 function cleanConfigDashboardFavorites($core,$favs) 34 { 35 $favs->register('cleanConfig', array( 36 'title' => __('clean:config'), 37 'url' => 'plugin.php?p=cleanConfig', 38 'small-icon' => 'index.php?pf=cleanConfig/icon.png', 39 'large-icon' => 'index.php?pf=cleanConfig/icon-big.png', 40 'permissions' => 'usage,contentadmin' 41 )); 42 }
Note: See TracChangeset
for help on using the changeset viewer.