clipbucket/upload/styles/clipbucketblue/layout/footer.html

42 lines
2.1 KiB
HTML
Raw Normal View History

2009-08-25 12:16:42 +00:00
{if $view_channel_active == ''}
<div class="clear"></div>
<div class="clear2"></div>
{include file="$template_dir/layout/lang_changer.html"}
<div class="footer">
<a href="{$baseurl}">{$LANG.Home}</a> | <a href="{$help_link}">{$LANG.help}</a> | <a href="{$contact_us_link}">{$LANG.contact_us}</a> | <a href="{$videos_link}">{$LANG.videos}</a> | <a href="{$about_us_link}">{$LANG.about_us}</a> | <a href="{$privacy_link}">{$LANG.privacy}</a> | <a href="{$signup_link}">{$LANG.signup}</a> | <a href="{$termsofuse_link}">{$LANG.tos_title}</a>
<hr width="950" size="1" noshade="noshade"/>
&copy; {$title} {$smarty.now|date_format:"%Y"}<br />
Exclusive </a>Hosting Partner - <a href="http://www.cirtexhosting.com/affiliates/idevaffiliate.php?id=1535_0_3_11" target="_blank" >Cirtex Host</a> &amp; <a href="http://www.cirtexhosting.com/affiliates/idevaffiliate.php?id=1535_9_1_38&amp;h=1" target="_blank" >HostV</a><br />
<br />
</div></div><div ><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="cat_bottom">
<tbody><tr>
<td width="90%" align="left">
<div>
<strong><font color="white">
<a href="{$baseurl}/contactus.php" rel="nofollow" accesskey="9"><font color="white">Contact Us</font></a> -
<a href="/"><font color="white">{$title}</font></a> -
{if $is_admin == "1"}<a href="{$admin_link}"><font color="white">Admin</font></a> -{/if}
<a href="#top" onclick="self.scrollTo(0, 0); return false;"><font color="white">Top</font></a>
</font>
</strong>
</div>
</td>
{else} <br />
<br />
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5" align="center" ><img src="{$imageurl}/tl_view_channel.gif" width="5" height="4" /></td>
<td width="940" align="center" bgcolor="#FFFFFF"></td>
<td width="5" align="center" ><img src="{$imageurl}/tr_view_channel.gif" width="5" height="4" /></td>
</tr>
<tr>
<td height="25" colspan="3" align="center" bgcolor="#FFFFFF">&copy; {$title} {$smarty.now|date_format:"%Y"}</tr>
</table>
{include file="$template_dir/layout/lang_changer.html"}
{/if}