> <?php echo $title ?> javascript"); ?> >
wwwroot.'/theme/'.current_theme().'/icons/'; $feed = 'feed'; $link = rawurlencode($link); $title = rawurlencode($title); $bookmark = array( 'digg'=> 'http://digg.com/submit?phase=2&url='.$link, 'BlinkBits'=> 'http://www.blinkbits.com/bookmarklets/save.php?v=1&source_url='.$link.'&title='.$title, 'Del.icio.us'=> 'http://del.icio.us/post?v=2&url='.$link.'&title='.$title, 'Furl'=> 'http://www.furl.net/storeIt.jsp?t='.$title.'&u='.$link, 'Ma.gnolia'=> 'http://ma.gnolia.com/bookmarklet/add?url='.$link.'&title='.$title, 'Newsvine'=> 'http://www.newsvine.com/_tools/seed&save?u='.$link.'&h='.$title, 'Reddit'=> 'http://reddit.com/submit?url='.$link.'&title='.$title, 'Technorati'=> 'http://technorati.com/faves?add='.$link.'&title='.$title, ); foreach($bookmark as $key=>$value) { $link_text = $icon == 'Y' ? ' Post to '.$key.'' : $key; echo ''.$link_text.' '; } } $_SERVER['REQUEST_URI'] = (isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : $_SERVER['SCRIPT_NAME']); // Append the query string if it exists and isn't null if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) { $_SERVER['REQUEST_URI'] .= '?' . $_SERVER['QUERY_STRING']; } soc_bookmark(selfURL(), $definePageTitle); ?>