📄 footer.tpl
字号:
{strip}
<center>
<table cellspacing="0" cellpadding="0" width="779" border="0">
<tr>
<td width='100%' align='center' class="footer" height="25">
{if $smarty.session.UserId <= 0}
<a href='index.php?page=login' class='footerlink'>{lang mkey='site_links' skey='login'}</a> |
{/if}
{if $config.enable_mod_rewrite == 'Y'}
<a href='privacy.html' class='footerlink'>{lang mkey='site_links' skey='privacy'}</a> |
<a href='terms_of_use.html' class='footerlink'>{lang mkey='site_links' skey='terms_of_use'}</a> |
<a href='services.html' class='footerlink'>{lang mkey='site_links' skey='services'}</a> |
<a href='faq.html' class='footerlink'>{lang mkey='site_links' skey='faq'}</a> |
<a href='articles.html' class='footerlink'>{lang mkey='site_links' skey='articles'}</a> |
{else}
<a href='index.php?page=privacy' class='footerlink'>{lang mkey='site_links' skey='privacy'}</a> |
<a href='index.php?page=terms_of_use' class='footerlink'>{lang mkey='site_links' skey='terms_of_use'}</a> |
<a href='index.php?page=services' class='footerlink'>{lang mkey='site_links' skey='services'}</a> |
<a href='index.php?page=faq' class='footerlink'>{lang mkey='site_links' skey='faq'}</a> |
<a href='index.php?page=articles' class='footerlink'>{lang mkey='site_links' skey='articles'}</a> |
{/if}
<a href='affindex.php' class='footerlink'>{lang mkey='site_links' skey='affliates'}</a> |
<a href='javascript:launchTellFriend();' class='footerlink'>{lang mkey='site_links' skey='invite_a_friend'}</a> |
<a href='feedback.php' class='footerlink'>{lang mkey='site_links' skey='feedback'}</a>
</td>
</tr>
<tr><td width='100%' align='center' height="3"></td></tr>
<tr>
<td width='100%' align='center'>
<a href="http://www.tufat.com/osdate.php" class='copyright'>{$config.copyright}</a>
</td>
</tr>
<tr><td width='100%' align='center' height="3"></td></tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -