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

📄 front_topnav.html.en.php

📁 FP2 CRM code+Mysql DB
💻 PHP
字号:
<table border="0" cellpadding="0" cellspacing="0" class="border2">
	<tr>
		<td width="7%" class="a2">&nbsp;</td>
		<td colspan="2" class="a2">&nbsp;</td>
	</tr>
	<?php if ($this->options['strict'] || (is_array($t->topNavArray)  || is_object($t->topNavArray))) foreach($t->topNavArray as $parentKey => $linkAsVal) {?>	
	<tr>
		<td>&nbsp;</td>
		<td width="20%" align="center"><img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/crewlogix_38.gif" width="4" height="4"></td>
		<td width="80%" class="leftNav"><a href="<?php echo htmlspecialchars($linkAsVal);?>" style="color:#204F80; text-decoration:none;"><?php echo htmlspecialchars($parentKey);?></a></td>
	</tr>
	<tr>
		<td colspan="3"><img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/crew_new.gif" height="4"></td>
	</tr>
	<?php }?>	
</table>

⌨️ 快捷键说明

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