__section__
default
__description__
Generates link for javascript bookmarklet to post bookmarks
__title__
Useless title to template
__page__
misc
__lang__
en_US
__name__
bookmarklink
__seclev__
10000
__template__
[% IF user.state.ssl %]
	<a href="#" onclick="location.href='[% constants.absolutedir_secure %]/bookmark.pl?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title); return false">[% title || "Post to $constants.sitename" %]</a>
[% ELSE %]
	<a href="#" onclick="location.href='[% constants.absolutedir %]/bookmark.pl?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title); return false">[% title || "Post to $constants.sitename" %]</a>
[% END %]
__version__
$Id$
