Changeset 3220
- Timestamp:
- 10/15/13 17:23:29 (10 years ago)
- Location:
- plugins/dcom
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcom/_define.php
r3160 r3220 20 20 /* Description*/ 'Last comments with more options', 21 21 /* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke', 22 /* Version */ '0. 8.3',22 /* Version */ '0.9', 23 23 /* Permissions */ 'admin' 24 24 ); -
plugins/dcom/_prepend.php
r3151 r3220 18 18 class commonDcom 19 19 { 20 public static function adjustDefaults( &$p)20 public static function adjustDefaults($p) 21 21 { 22 22 global $core; -
plugins/dcom/_widgets.php
r3152 r3220 27 27 28 28 $w->create('lastcomments',__('Last comments'), 29 array('publicDcom','showWidget') );29 array('publicDcom','showWidget'),null,'Plugin Dcom'); 30 30 $w->lastcomments->setting('title', 31 31 __('Title:'),$p['title']);
Note: See TracChangeset
for help on using the changeset viewer.