Changeset 1369 for plugins/infoBlog
- Timestamp:
- 08/06/09 10:59:51 (14 years ago)
- Location:
- plugins/infoBlog
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/infoBlog/_define.php
r1080 r1369 17 17 /* Description */ 'Display all information about your blog', 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/infoBlog/_public.php
r1052 r1369 20 20 * @return string 21 21 */ 22 public static function widget( &$w)22 public static function widget($w) 23 23 { 24 24 global $core; -
plugins/infoBlog/_widgets.php
r1052 r1369 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('infoBlog',__('Information about your blog'),array('infoBlogPublic','widget'));
Note: See TracChangeset
for help on using the changeset viewer.