footer.tpl

来自「太烦了」· TPL 代码 · 共 44 行

TPL
44
字号
{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 + =
减小字号Ctrl + -
显示快捷键?