Changeset 1371
- Timestamp:
- 08/06/09 11:05:05 (14 years ago)
- Location:
- plugins/lunarPhase
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lunarPhase/_define.php
r1187 r1371 17 17 /* Description */ 'Display the moon phases', 18 18 /* Author */ 'Tomtom (http://plugins.zenstyle.fr)', 19 /* Verion */ '1.0. 4',19 /* Verion */ '1.0.5', 20 20 /* Premission */ 'usage,contentadmin' 21 21 ); -
plugins/lunarPhase/_public.php
r1187 r1371 39 39 * @return string 40 40 */ 41 public static function widget( &$w)41 public static function widget($w) 42 42 { 43 43 global $core; -
plugins/lunarPhase/_widgets.php
r878 r1371 22 22 * @param object w 23 23 */ 24 public static function initWidgets( &$w)24 public static function initWidgets($w) 25 25 { 26 26 $w->create('lunarphase',__('Moon phases'),array('lunarPhasePublic','widget')); -
plugins/lunarPhase/inc/class.lunarphase.php
r1187 r1371 20 20 * Constructor of the class... What else? (Yes, i drink Nespresso ;)) 21 21 */ 22 public function __construct( &$core,&$w)22 public function __construct($core,$w) 23 23 { 24 24 $this->core =& $core;
Note: See TracChangeset
for help on using the changeset viewer.