Changeset 2713
- Timestamp:
- 10/17/10 20:32:54 (12 years ago)
- Location:
- plugins/dlManager/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dlManager/trunk/_define.php
r2712 r2713 28 28 /* Description*/ "Download manager with a public page and a widget", 29 29 /* Author */ "Moe (http://gniark.net/), Osku and Tomtom (http://blog.zenstyle.fr)", 30 /* Version */ '1.1. 3',30 /* Version */ '1.1.4', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/dlManager/trunk/_public.php
r2712 r2713 23 23 24 24 if (!defined('DC_RC_PATH')) {return;} 25 26 // http://forum.dotclear.net/viewtopic.php?pid=285060#p28506027 25 28 26 if (!$core->blog->settings->dlmanager_active) {return;} -
plugins/dlManager/trunk/_widget.php
r2712 r2713 25 25 26 26 $core->addBehavior('initWidgets',array('dlManagerWidget','initWidgets')); 27 28 27 29 28 /**
Note: See TracChangeset
for help on using the changeset viewer.