leftcolumn.tpl

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

TPL
39
字号
{strip}
{if $smarty.session.UserId != ''}
	{include file="panelmenu.tpl"}
	<br />
	{if $smarty.session.active == 1 && $smarty.session.security.allowim == 1 }
		{include file="im.tpl"}
		<br />
	{/if}
{else}
	{include file="stats.tpl"}
	<br />
{/if}
{if $config.enable_shoutbox == 'Y' or $config.enable_shoutbox == '1'}
	{include file="shoutbox.tpl"}
	<br />
{/if}
{if $config.no_news > 0}
	{include file="news.tpl"}
	<br />
{/if}
{if $poll_data|@count > 0 }
	{include file="polls.tpl"}
	<br />
{/if}
{if $adminblog|@count > 0 }
	{include file="adminblog.tpl"}
	<br />
{/if}
{if $story_data|@count > 0 }
	{include file="stories.tpl"}
	<br />
{/if}
{if $loaded_languages|@count > 1 }
	{include file="lang_select.tpl"}
	<br />
{/if}
{$modosdate_leftcol}
{/strip}

⌨️ 快捷键说明

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