<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="share_icons" active="1">
	<title>CSS sharing icons</title>
	<description>Display css website sharing icons under the thread in SHOWTHREAD</description>
	<version>1.1</version>
	<url>http://www.support-ar.com</url>
	<versioncheckurl><![CDATA[http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=share_icons]]></versioncheckurl>
	<dependencies>
	</dependencies>
	<codes>
	</codes>
	<templates>
	<template name="css_icons_under_manual" templatetype="template" date="" username="WebCraker" version="1.1"><![CDATA[<if condition="$vboptions[share_onoff]==1">
	
<!-- CSS sharing networks Code by WebCraker [support-ar.com] -->
<style type="text/css">
<!--
.share-iconz-style {
	margin:0px;
	padding:0px;
}
.share-iconz-style {
	list-style:none;
	margin-top:5px;
}
.share-iconz-style a{
	text-indent: -9999px;
	display:block;
}
.share-iconz-style .facebook a{
	background:url('images/share.png') no-repeat 0px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .twitter a{
	background:url('images/share.png') no-repeat -48px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .google a{
	background:url('images/share.png') no-repeat -96px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .digg a{
	background:url('images/share.png') no-repeat -144px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .stumble a{
	background:url('images/share.png') no-repeat -192px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .delicious a{
	background:url('images/share.png') no-repeat -240px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .yahoo a{
	background:url('images/share.png') no-repeat -288px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .furl a{
	background:url('images/share.png') no-repeat -336px 0px;
	width:48px;
	height:48px
}

.share-iconz-style .facebook a:hover{
	background:url('images/share.png') no-repeat 0px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .twitter a:hover{
	background:url('images/share.png') no-repeat -48px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .google a:hover{
	background:url('images/share.png') no-repeat -96px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .digg a:hover{
	background:url('images/share.png') no-repeat -144px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .stumble a:hover{
	background:url('images/share.png') no-repeat -192px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .delicious a:hover{
	background:url('images/share.png') no-repeat -240px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .yahoo a:hover{
	background:url('images/share.png') no-repeat -288px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .furl a:hover{
	background:url('images/share.png') no-repeat -336px -48px;
	width:48px;
	height:48px
}

-->
</style>


<div align="center" class="share-iconz-style">

<table>
	<tr> 

<if condition="$vboptions[share_fb] == 1">
<td style="width: 48px; height: 48px">
<div class="facebook">
<a href="http://www.facebook.com/sharer.php?u=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid" title="Share on Facebook" target="_blank">Facebook</a></div>
</td>
</if>
		
<if condition="$vboptions[share_tw] == 1">
<td style="width: 48px; height: 48px">
<div class="twitter">
<a href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid" title="Share on Twitter" target="_blank">Twitter</a></div>
</td>
</if>
		
<if condition="$vboptions[share_google] == 1">
<td style="width: 48px; height: 48px">
<div class="google">
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="Google Bookmark" target="_blank">Google</a></div>
</td>
</if>


<if condition="$vboptions[share_digg] == 1">
<td style="width: 48px; height: 48px">
<div class="digg">
<a href="http://digg.com/submit?phase=2&amp;url=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="digg" target="_blank">digg</a></div>
</td>
</if>


<if condition="$vboptions[share_stumble] == 1">
<td style="width: 48px; height: 48px">
<div class="stumble"><a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="Stumble" target="_blank">stumble</a></div>
</td>
</if>
		

<if condition="$vboptions[share_delicious] == 1">
<td style="width: 48px; height: 48px">
<div class="delicious">
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="Delicious" target="_blank">delicious</a></div>
</td>
</if>


<if condition="$vboptions[share_yahoo] == 1">
<td style="width: 48px; height: 48px">
<div class="yahoo">
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&title=$thread[title]" title="Yahoo Myweb" target="_blank">Yahoo Myweb</a></div>
</td>
</if>

<if condition="$vboptions[share_furl] == 1">
<td style="width: 48px; height: 48px">
<div class="furl">
<a href="http://www.furl.net/storeIt.jsp?t=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&title=$thread[title]" title="Furl" target="_blank">furl</a></div>
</td>
</if>

	</tr>
</table>

</div>


<!-- CSS sharing networks Code by WebCraker [support-ar.com] -->
</if>]]></template>
	
	<template name="css_icons_under_1st_post" templatetype="template" date="" username="WebCraker" version="1.1"><![CDATA[<if condition="$post[postcount] == 1"> 
		
<!-- CSS sharing networks Code by WebCraker [support-ar.com] -->
<style type="text/css">
<!--
.share-iconz-style {
	margin:0px;
	padding:0px;
}
.share-iconz-style {
	list-style:none;
	margin-top:5px;
}
.share-iconz-style a{
	text-indent: -9999px;
	display:block;
}
.share-iconz-style .facebook a{
	background:url('images/share.png') no-repeat 0px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .twitter a{
	background:url('images/share.png') no-repeat -48px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .google a{
	background:url('images/share.png') no-repeat -96px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .digg a{
	background:url('images/share.png') no-repeat -144px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .stumble a{
	background:url('images/share.png') no-repeat -192px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .delicious a{
	background:url('images/share.png') no-repeat -240px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .yahoo a{
	background:url('images/share.png') no-repeat -288px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .furl a{
	background:url('images/share.png') no-repeat -336px 0px;
	width:48px;
	height:48px
}

.share-iconz-style .facebook a:hover{
	background:url('images/share.png') no-repeat 0px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .twitter a:hover{
	background:url('images/share.png') no-repeat -48px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .google a:hover{
	background:url('images/share.png') no-repeat -96px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .digg a:hover{
	background:url('images/share.png') no-repeat -144px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .stumble a:hover{
	background:url('images/share.png') no-repeat -192px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .delicious a:hover{
	background:url('images/share.png') no-repeat -240px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .yahoo a:hover{
	background:url('images/share.png') no-repeat -288px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .furl a:hover{
	background:url('images/share.png') no-repeat -336px -48px;
	width:48px;
	height:48px
}

-->
</style>


<div align="center" class="share-iconz-style">

<table>
	<tr> 

<if condition="$vboptions[share_fb] == 1">
<td style="width: 48px; height: 48px">
<div class="facebook">
<a href="http://www.facebook.com/sharer.php?u=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]" title="Share on Facebook" target="_blank">Facebook</a></div>
</td>
</if>
		
<if condition="$vboptions[share_tw] == 1">
<td style="width: 48px; height: 48px">
<div class="twitter">
<a href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]" title="Share on Twitter" target="_blank">Twitter</a></div>
</td>
</if>
		
<if condition="$vboptions[share_google] == 1">
<td style="width: 48px; height: 48px">
<div class="google">
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]&amp;title=$thread[title]" title="Google Bookmark" target="_blank">Google</a></div>
</td>
</if>


<if condition="$vboptions[share_digg] == 1">
<td style="width: 48px; height: 48px">
<div class="digg">
<a href="http://digg.com/submit?phase=2&amp;url=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]&amp;title=$thread[title]" title="digg" target="_blank">digg</a></div>
</td>
</if>


<if condition="$vboptions[share_stumble] == 1">
<td style="width: 48px; height: 48px">
<div class="stumble"><a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]&amp;title=$thread[title]" title="Stumble" target="_blank">stumble</a></div>
</td>
</if>
		

<if condition="$vboptions[share_delicious] == 1">
<td style="width: 48px; height: 48px">
<div class="delicious">
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]&amp;title=$thread[title]" title="Delicious" target="_blank">delicious</a></div>
</td>
</if>


<if condition="$vboptions[share_yahoo] == 1">
<td style="width: 48px; height: 48px">
<div class="yahoo">
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]&title=$thread[title]" title="Yahoo Myweb" target="_blank">Yahoo Myweb</a></div>
</td>
</if>

<if condition="$vboptions[share_furl] == 1">
<td style="width: 48px; height: 48px">
<div class="furl">
<a href="http://www.furl.net/storeIt.jsp?t=$vboptions[bburl]/showthread.php?$session[sessionurl]p=$post[postid]&title=$thread[title]" title="Furl" target="_blank">furl</a></div>
</td>
</if>

	</tr>
</table>

</div>


<!-- CSS sharing networks Code by WebCraker [support-ar.com] -->


</if>]]></template>
	
	<template name="css_icons_under_1st_page" templatetype="template" date="" username="WebCraker" version="1.1"><![CDATA[<if condition="$pagenumber==1">
	
<!-- CSS sharing networks Code by WebCraker [support-ar.com] -->
<style type="text/css">
<!--
.share-iconz-style {
	margin:0px;
	padding:0px;
}
.share-iconz-style {
	list-style:none;
	margin-top:5px;
}
.share-iconz-style a{
	text-indent: -9999px;
	display:block;
}
.share-iconz-style .facebook a{
	background:url('images/share.png') no-repeat 0px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .twitter a{
	background:url('images/share.png') no-repeat -48px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .google a{
	background:url('images/share.png') no-repeat -96px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .digg a{
	background:url('images/share.png') no-repeat -144px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .stumble a{
	background:url('images/share.png') no-repeat -192px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .delicious a{
	background:url('images/share.png') no-repeat -240px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .yahoo a{
	background:url('images/share.png') no-repeat -288px 0px;
	width:48px;
	height:48px
}
.share-iconz-style .furl a{
	background:url('images/share.png') no-repeat -336px 0px;
	width:48px;
	height:48px
}

.share-iconz-style .facebook a:hover{
	background:url('images/share.png') no-repeat 0px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .twitter a:hover{
	background:url('images/share.png') no-repeat -48px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .google a:hover{
	background:url('images/share.png') no-repeat -96px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .digg a:hover{
	background:url('images/share.png') no-repeat -144px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .stumble a:hover{
	background:url('images/share.png') no-repeat -192px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .delicious a:hover{
	background:url('images/share.png') no-repeat -240px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .yahoo a:hover{
	background:url('images/share.png') no-repeat -288px -48px;
	width:48px;
	height:48px
}
.share-iconz-style .furl a:hover{
	background:url('images/share.png') no-repeat -336px -48px;
	width:48px;
	height:48px
}

-->
</style>


<div align="center" class="share-iconz-style">

<table>
	<tr> 

<if condition="$vboptions[share_fb] == 1">
<td style="width: 48px; height: 48px">
<div class="facebook">
<a href="http://www.facebook.com/sharer.php?u=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid" title="Share on Facebook" target="_blank">Facebook</a></div>
</td>
</if>
		
<if condition="$vboptions[share_tw] == 1">
<td style="width: 48px; height: 48px">
<div class="twitter">
<a href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid" title="Share on Twitter" target="_blank">Twitter</a></div>
</td>
</if>
		
<if condition="$vboptions[share_google] == 1">
<td style="width: 48px; height: 48px">
<div class="google">
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="Google Bookmark" target="_blank">Google</a></div>
</td>
</if>


<if condition="$vboptions[share_digg] == 1">
<td style="width: 48px; height: 48px">
<div class="digg">
<a href="http://digg.com/submit?phase=2&amp;url=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="digg" target="_blank">digg</a></div>
</td>
</if>


<if condition="$vboptions[share_stumble] == 1">
<td style="width: 48px; height: 48px">
<div class="stumble"><a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="Stumble" target="_blank">stumble</a></div>
</td>
</if>
		

<if condition="$vboptions[share_delicious] == 1">
<td style="width: 48px; height: 48px">
<div class="delicious">
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&amp;title=$thread[title]" title="Delicious" target="_blank">delicious</a></div>
</td>
</if>


<if condition="$vboptions[share_yahoo] == 1">
<td style="width: 48px; height: 48px">
<div class="yahoo">
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&title=$thread[title]" title="Yahoo Myweb" target="_blank">Yahoo Myweb</a></div>
</td>
</if>

<if condition="$vboptions[share_furl] == 1">
<td style="width: 48px; height: 48px">
<div class="furl">
<a href="http://www.furl.net/storeIt.jsp?t=$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid&title=$thread[title]" title="Furl" target="_blank">furl</a></div>
</td>
</if>

	</tr>
</table>

</div>


<!-- CSS sharing networks Code by WebCraker [support-ar.com] -->

</if>]]></template>
	
	</templates>
	<plugins>
		<plugin active="1" executionorder="5">
			<title>cashe css sharing icons templates</title>
			<hookname>cache_templates</hookname>
			<phpcode><![CDATA[//------------------------------
//     Programmed by WebCraker
//     http://www.support-ar.com
//-------------------------------
if ($vbulletin->options['share_onoff'])
{
$globaltemplates[] = 'css_icons_under_1st_page';
$globaltemplates[] = 'css_icons_under_1st_post';
$globaltemplates[] = 'css_icons_under_manual';
}
###################################### 
# www.Support-ar.com 
######################################]]></phpcode>
		</plugin>
		<plugin active="1" executionorder="5">
			<title>Css sharing icons in Showthread</title>
			<hookname>global_start</hookname>
			<phpcode><![CDATA[if ($vbulletin->options['share_onoff']==1) {
$forum_link = $vbulletin->options['bburl'];


// b
		if ($vbulletin->options['share_where']==1) {
		
$vbulletin->templatecache['SHOWTHREAD'] = str_replace(
		'<!-- / controls below postbits -->',
		'<!-- / controls below postbits -->'.$vbulletin->templatecache['css_icons_under_manual'],
		$vbulletin->templatecache['SHOWTHREAD']
	);

}elseif ($vbulletin->options['share_where']==2) {

$vbulletin->templatecache['SHOWTHREAD'] = str_replace(
		'<!-- / controls below postbits -->',
		'<!-- / controls below postbits -->'.$vbulletin->templatecache['css_icons_under_1st_page'],
		$vbulletin->templatecache['SHOWTHREAD']
	);

}elseif ($vbulletin->options['share_where']==3){
eval('$css_icons_under_1st_post = "' . fetch_template('css_icons_under_1st_post') . '";');
$vbulletin->templatecache['postbit'] = $vbulletin->templatecache['postbit'].$vbulletin->templatecache['css_icons_under_1st_post'];
$vbulletin->templatecache['postbit_legacy'] = $vbulletin->templatecache['postbit_legacy'].$vbulletin->templatecache['css_icons_under_1st_post'];
}

}]]></phpcode>
		</plugin>
	</plugins>
	<phrases>
		<phrasetype name="vBulletin Settings" fieldname="vbsettings">
			<phrase name="setting_share_copyrights_desc" date="1301374233" username="WebCraker" version="1.0"><![CDATA[By WebCraker<br>
<a href="http://www.support-ar.com" target="_balnk">Support-ar.Com</a> [Arabic vBulletin Support]
<br>]]></phrase>
			<phrase name="setting_share_copyrights_title" date="1301374233" username="WebCraker" version="1.0"><![CDATA[Copy Rights ©]]></phrase>
			<phrase name="setting_share_delicious_desc" date="1301374015" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show<b> delicious</b> icon]]></phrase>
			<phrase name="setting_share_delicious_title" date="1301374015" username="WebCraker" version="1.0"><![CDATA[show delicious icon?]]></phrase>
			<phrase name="setting_share_digg_desc" date="1301374035" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>Digg</b> icon]]></phrase>
			<phrase name="setting_share_digg_title" date="1301374035" username="WebCraker" version="1.0"><![CDATA[show Digg icon?]]></phrase>
			<phrase name="setting_share_fb_desc" date="1301374065" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>facebook</b> icon]]></phrase>
			<phrase name="setting_share_fb_title" date="1301374065" username="WebCraker" version="1.0"><![CDATA[show Facebook icon?]]></phrase>
			<phrase name="setting_share_furl_desc" date="1301373976" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>furl</b> icon]]></phrase>
			<phrase name="setting_share_furl_title" date="1301373976" username="WebCraker" version="1.0"><![CDATA[show furl icon?]]></phrase>
			<phrase name="setting_share_google_desc" date="1301374044" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>google bookmarks</b> icon]]></phrase>
			<phrase name="setting_share_google_title" date="1301374044" username="WebCraker" version="1.0"><![CDATA[show google bookmarks icon?]]></phrase>
			<phrase name="setting_share_onoff_desc" date="1313530315" username="WebCraker" version="1.00"><![CDATA[choose "<b>yes</b>" to show the <b>CSS sharing icons</b> below the thread in SHOWTHREADS template]]></phrase>
			<phrase name="setting_share_onoff_title" date="1313530315" username="WebCraker" version="1.00"><![CDATA[enable the hack?]]></phrase>
			<phrase name="setting_share_stumble_desc" date="1301374026" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>stumble</b> icon]]></phrase>
			<phrase name="setting_share_stumble_title" date="1301374026" username="WebCraker" version="1.0"><![CDATA[show stumble icon?]]></phrase>
			<phrase name="setting_share_tw_desc" date="1301374054" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>twitter</b> icon]]></phrase>
			<phrase name="setting_share_tw_title" date="1301374054" username="WebCraker" version="1.0"><![CDATA[show twitter icon?]]></phrase>
			<phrase name="setting_share_where_desc" date="1313597289" username="WebCraker" version="1.1"><![CDATA[Please choose where to show the icons from the dropdown menu.<br>
If you prefer to choose the manual option just copy the code from the template "<b>css_icons_under_manual</b>" and paste it anywhere you want.]]></phrase>
			<phrase name="setting_share_where_title" date="1313597289" username="WebCraker" version="1.1"><![CDATA[where to place the code?]]></phrase>
			<phrase name="setting_share_yahoo_desc" date="1301374008" username="WebCraker" version="1.0"><![CDATA[choose "yes" to show <b>yahoo</b> icon]]></phrase>
			<phrase name="setting_share_yahoo_title" date="1301374008" username="WebCraker" version="1.0"><![CDATA[show yahoo icon?]]></phrase>
			<phrase name="settinggroup_share_settings" date="1301373349" username="WebCraker" version="1.0"><![CDATA[CSS share iconz]]></phrase>
		</phrasetype>
	</phrases>
	<options>
		<settinggroup name="share_settings" displayorder="7914">
			<setting varname="share_onoff" displayorder="5">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_where" displayorder="10">
				<datatype>number</datatype>
				<optioncode>select:piped
1|under thread all pages
2|under thread first page only
3|under first post
4|manual</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_fb" displayorder="20">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_tw" displayorder="30">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_google" displayorder="40">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_digg" displayorder="50">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_stumble" displayorder="60">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_delicious" displayorder="70">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_yahoo" displayorder="80">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_furl" displayorder="90">
				<datatype>free</datatype>
				<optioncode>yesno</optioncode>
				<defaultvalue>1</defaultvalue>
			</setting>
			<setting varname="share_copyrights" displayorder="100">
				<datatype>free</datatype>
				<optioncode> </optioncode>
			</setting>
		</settinggroup>
	</options>
	<helptopics>
	</helptopics>
	<cronentries>
	</cronentries>
	<faqentries>
	</faqentries>
</product>
