Dotclear

Changeset 2367


Ignore:
Timestamp:
06/16/10 09:11:38 (13 years ago)
Author:
bruno
Message:

mystiqueConfig v1.1 : removed php notices, removed useless _widgets.php

Location:
plugins/mystiqueConfig
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/mystiqueConfig/_define.php

    r2119 r2367  
    1616     /* Description*/         "Mystique theme configuration plugin & widgets", 
    1717     /* Author */             "Bruno Hondelatte", 
    18      /* Version */            '1.0', 
     18     /* Version */            '1.1', 
    1919     /* Permissions */        'admin', 
    2020     999 
  • plugins/mystiqueConfig/_public.php

    r2119 r2367  
    1919 
    2020require dirname(__FILE__).'/lib/class.mystique.config.php'; 
     21 
    2122$core->addBehavior('publicHeadContent',array('tplThemeMystique','publicHeadContent')); 
    2223 
     
    187188               $cond = '($_ctx->sharethis_modules["'.$module.'"] == "1")'; 
    188189          } 
    189           if ($cond=='') 
    190                return '<!-- no module : '.$module.'-->'.$content; 
    191           else 
     190          if ($cond!=='') 
    192191               return '<?php '.$prepend.' if('.$cond.'):?>'.$content.'<?php endif; ?>'; 
    193192                
Note: See TracChangeset for help on using the changeset viewer.

Sites map