Changeset 2858
- Timestamp:
- 01/11/11 19:29:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/hyphenator/inc/class.lipki.utils.php
r2835 r2858 14 14 15 15 class LipkiUtils { 16 17 public static $add = false; 16 18 17 19 public static function adminEnabledPlugin($core,$settings) { 18 echo '<fieldset><legend>'.__('Plugins Enable').'</legend>'; 19 $core->callBehavior('adminEnabledPlugin',$core,$settings); 20 echo '</fieldset>'; 20 if( !self::$add ) { 21 echo '<fieldset><legend>'.__('Plugins Enable').'</legend>'; 22 $core->callBehavior('adminEnabledPlugin',$core,$settings); 23 echo '</fieldset>'; 24 self::$add = true; 25 } 21 26 } 22 27
Note: See TracChangeset
for help on using the changeset viewer.