Changeset 3174
- Timestamp:
- 08/06/13 12:07:06 (9 years ago)
- Location:
- plugins/shortArchives
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/shortArchives/_admin.php
r3150 r3174 13 13 if (!defined('DC_CONTEXT_ADMIN')) {return;} 14 14 15 $core->addBehavior('adminDashboardFavs',array('shortArchivesfavBehaviors','dashboardFavs'));16 17 class shortArchivesfavBehaviors18 {19 public static function dashboardFavs($core,$favs)20 {21 $favs['shortArchives'] = new ArrayObject(array(22 'shortArchives',23 __('shortArchives'),24 'plugin.php?p=shortArchives',25 'index.php?pf=shortArchives/icon.png',26 'index.php?pf=shortArchives/icon-big.png',27 'usage,contentadmin',28 null,29 null));30 }31 }32 33 15 require dirname(__FILE__).'/_widgets.php'; 34 16 ?> -
plugins/shortArchives/_define.php
r3158 r3174 17 17 /* Description*/ "Display complete archives of your blog displayed in an accordion", 18 18 /* Author */ "annso, Pierre Van Glabeke", 19 /* Version */ '1.4 ',19 /* Version */ '1.4.1', 20 20 /* Permissions */ 'usage,contentadmin' 21 21 );
Note: See TracChangeset
for help on using the changeset viewer.