Changeset 3058
- Timestamp:
- 06/15/11 15:16:43 (12 years ago)
- Location:
- plugins/tweet
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tweet/_define.php
r2391 r3058 15 15 /* Description*/ "Publish tweets from various queries in a widget", 16 16 /* Author */ "Lomalarch", 17 /* Version */ '0. 8',17 /* Version */ '0.9', 18 18 /* Permissions */ 'admin' 19 19 ); -
plugins/tweet/_public.php
r2391 r3058 5 5 class publicTweet 6 6 { 7 public static function publicHeadContent( &$core)7 public static function publicHeadContent($core) 8 8 { 9 9 $url = $core->blog->getQmarkURL().'pf='.basename(dirname(__FILE__)); … … 19 19 '<script type="text/javascript" src="'.$url.'/js/jquery.tweet.js"></script>'."\n"; 20 20 } 21 public static function divTweet( &$w)21 public static function divTweet($w) 22 22 { 23 23 global $core; -
plugins/tweet/_widgets.php
r2383 r3058 6 6 class tweetWidgets 7 7 { 8 public static function initWidgets( &$w)8 public static function initWidgets($w) 9 9 { 10 10 $w->create('Tweet','Tweet!',
Note: See TracChangeset
for help on using the changeset viewer.