Changeset 2367
- Timestamp:
- 06/16/10 09:11:38 (13 years ago)
- Location:
- plugins/mystiqueConfig
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/mystiqueConfig/_define.php
r2119 r2367 16 16 /* Description*/ "Mystique theme configuration plugin & widgets", 17 17 /* Author */ "Bruno Hondelatte", 18 /* Version */ '1. 0',18 /* Version */ '1.1', 19 19 /* Permissions */ 'admin', 20 20 999 -
plugins/mystiqueConfig/_public.php
r2119 r2367 19 19 20 20 require dirname(__FILE__).'/lib/class.mystique.config.php'; 21 21 22 $core->addBehavior('publicHeadContent',array('tplThemeMystique','publicHeadContent')); 22 23 … … 187 188 $cond = '($_ctx->sharethis_modules["'.$module.'"] == "1")'; 188 189 } 189 if ($cond=='') 190 return '<!-- no module : '.$module.'-->'.$content; 191 else 190 if ($cond!=='') 192 191 return '<?php '.$prepend.' if('.$cond.'):?>'.$content.'<?php endif; ?>'; 193 192
Note: See TracChangeset
for help on using the changeset viewer.