Changeset 1370
- Timestamp:
- 08/06/09 11:00:02 (14 years ago)
- Location:
- plugins/infoEntry
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/infoEntry/_define.php
r1079 r1370 17 17 /* Description */ 'Display all information about entries', 18 18 /* Author */ 'Tomtom (http://plugins.zenstyle.fr/)', 19 /* Version */ '1.0. 2',19 /* Version */ '1.0.3', 20 20 /* Permissions */ 'admin' 21 21 ); -
plugins/infoEntry/_public.php
r1053 r1370 20 20 * @return string 21 21 */ 22 public static function widget( &$w)22 public static function widget($w) 23 23 { 24 24 global $core, $_ctx; -
plugins/infoEntry/_widgets.php
r1053 r1370 22 22 * @param w Widget object 23 23 */ 24 public static function initWidgets( &$w)24 public static function initWidgets($w) 25 25 { 26 26 $w->create('infoEntry',__('Information about entry'),array('infoEntryPublic','widget'));
Note: See TracChangeset
for help on using the changeset viewer.