📄 topnav.html.en.php
字号:
<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr><td align="right">
<?php if ($this->options['strict'] || (is_array($t->topNavArray) || is_object($t->topNavArray))) foreach($t->topNavArray as $parentKey => $linkAsVal) {?>
<a class="topNav" href="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/<?php echo htmlspecialchars($linkAsVal);?>"><?php echo htmlspecialchars($parentKey);?></a> |
<?php }?></td>
</tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -