⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 homepage.tpl

📁 太烦了
💻 TPL
字号:
{strip}
<table border="0" cellpadding="0"  cellspacing="0" width="100%">
	<tr>
		<td width="100%" align="center">
		{if $smarty.session.UserId == ''}
			{include file='special_offer.tpl'}

		{elseif $smarty.session.UserId > 0 }
			{* Show the statistics since last login  *}
			{include file='user_home_stats.tpl'}
		{/if}
		{ if $config.show_featured_profiles > 0 && $featured_profiles}
			{* This is for showing the Featured Profiles  *}
			{include file='home_featured_profiles.tpl'}
		{ /if }
		{if $config.list_newmembers > 0 && $newUsersList }
		{* Now show the latest members names *}
			{include file='home_newuserlist.tpl'}
		{/if}
		{if $config.no_last_new_users > 0 && $users}
		{* Now show newest profiles       *}
			{include file='home_membersincelastlogin.tpl'}
		{/if}
		<br /><br />
		{$banner}
		</td>
	</tr>

</table>
{/strip}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -