Changeset 1242487
- Timestamp:
- 09/10/2015 01:38:33 PM (10 years ago)
- File:
-
- 1 edited
-
cyclos/trunk/cyclos-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cyclos/trunk/cyclos-public.php
r1242483 r1242487 39 39 } 40 40 41 // widget display42 function widget($args, $instance) {43 echo ('<div class="widget">' . cyclosLoginForm(NULL) . '</div>');44 }41 // widget display 42 public function widget($args, $instance) { 43 echo ($args['before_widget'] . cyclosLoginForm(NULL) . $args['after_widget']); 44 } 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.