* @homepage: http://blog.chirripo.nl */ function tpl_sidebar_actions() { $actions = array ( array ( 'action' => 'digg', 'url' => 'http://digg.com/submit?phase=2&url=%PAGEURL%&title=%PAGETITLE%', 'textlabel' => 'Digg this!', 'enabled' => 0, ), array ( 'action' => 'delicious', 'url' => 'http://del.icio.us/post?url=%PAGEURL%&title=%PAGETITLE%', 'textlabel' => 'Del.Icio.Us', 'enabled' => 0, ), array ( 'action' => 'googlebookmarks', 'url' => 'http://www.google.com/bookmarks/mark?op=add&bkmk=%PAGEURL%&title=%PAGETITLE%', 'textlabel' => 'Google bookmarks', 'enabled' => 0, ), array ( 'action' => 'twitter', 'url' => 'http://twitter.com/home?status=%PAGETITLE%+-+%PAGEURL%', 'textlabel' => 'Twitter', 'enabled' => 0, ), array ( 'action' => 'stumbleupon', 'url' => 'http://www.stumbleupon.com/submit?url=%PAGEURL%&title=%PAGEURL%', 'textlabel' => 'Stumble upon', 'enabled' => 0, ), array ( 'action' => 'facebook', 'url' => 'http://www.facebook.com/share.php?v=4&src=bm&u=%PAGEURL%&t=%PAGETITLE%', 'textlabel' => 'Facebook', 'enabled' => 0, ) ); return $actions; } ?>