📄 editproflinks.tpl
字号:
{strip}
<table class="table" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
<td height="26">
[ <a href="index.php">{lang mkey='section_signup_title'}</a> ]
[ <a href="usersnap.php">{lang mkey='section_mypicture'}</a> ]
{foreach key=key item=item from=$sections}
[ <a href="questions.php?sectionid={$key}">{$item}</a> ]
{/foreach}
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -