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

📄 editprofilelinks.tpl

📁 太烦了
💻 TPL
字号:
{strip}
<table width="100%" border="0" cellpadding="3" cellspacing="1" >
	<tr>
		<td align="center" class='edituserlink' height="32">
			<a href="profile.php?edit={$smarty.get.edit}">{lang mkey='section_signup_title' |replace:' ':'<br />'}</a>
		</td>
	{foreach key=key item=item from=$sections}
		<td align="center" class='edituserlink' height="32">
			{if $key !=$smarty.get.sectionid}
				<a href="editprofilequestions.php?sectionid={$key}&amp;edit={$smarty.get.edit}"  class='edituserlink'>
			{/if}
			<span>{$item|replace:' ':'<br />'}</span>
			{if $key !=$smarty.get.sectionid}
				</a>
			{/if}
		</td>
	{/foreach}
	</tr>
</table>

{/strip}

⌨️ 快捷键说明

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