Dotclear

Changeset 2438 for plugins/doTwit


Ignore:
Timestamp:
07/04/10 05:40:18 (13 years ago)
Author:
brol
Message:

v1.3.2

Location:
plugins/doTwit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/doTwit/_define.php

    r2404 r2438  
    1616     /* Description*/     "Twitter for DotClear 2", 
    1717     /* Author */                "Valentin VAN MEEUWEN (Exilius.net), Pierre Van Glabeke (weeeb.fr)", 
    18      /* Version */        '1.3.1', 
     18     /* Version */        '1.3.2', 
    1919     /* Permissions */         'admin' 
    2020     /* date : 28062010 */ 
  • plugins/doTwit/_public.php

    r2230 r2438  
    2020     private static $path_cache = 'cache/'; 
    2121      
    22      public static function dotwitWidget(&$w) { 
     22     public static function dotwitWidget($w) { 
    2323     global $core; 
    2424          $cache_file = self::$path_cache.'dotwit_'.md5($w->idTwitter.$w->timeline_friends); 
     
    114114          } 
    115115           
    116                 
    117116          for ($i=0;$i<$nb;$i++) { 
    118117 
  • plugins/doTwit/_widgets.php

    r2404 r2438  
    1919class doTwitBehaviors 
    2020{ 
    21      public static function initWidgets(&$w) 
     21     public static function initWidgets($w) 
    2222    { 
     23          global $core; 
    2324          $w->create('dotwit',__('doTwit'),array('doTwit','dotwitWidget')); 
    2425          $w->dotwit->setting('title',__('Title (optional):'),''); 
     
    3839class doTwitPublic 
    3940{ 
    40      public static function publicHeadContent(&$core) 
     41     public static function publicHeadContent($core) 
    4142    { 
    4243 
     
    4849          "</style>\n"."\n"; 
    4950           
    50           $theme_url=$core->blog->settings->themes_url."/".$core->blog->settings->theme; 
     51          $theme_url=$core->blog->settings->system->themes_url."/".$core->blog->settings->system->theme; 
    5152           
    5253          echo 
Note: See TracChangeset for help on using the changeset viewer.

Sites map