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

📄 icategory.php

📁 SupeV 是Comsenz 开发的一套视频播客系统
💻 PHP
字号:
<?php exit();?>
{template header}
<div class="area">
	<div class="category_tit">
		<h1>闋婚亾灏庤埅闋侀潰</h1>
	</div>
	<div class="category_con">
	<!--{loop $categoryarr $categoryrecord}-->
		<dl>
			<dt><a href="./category.php?cid=$categoryrecord[cid]"><img src="{CATETHUMBPATH}$categoryrecord[thumb]" title="$categoryrecord[subject]" alt="$categoryrecord[subject]" onerror="this.src='{CATENOTHUMB}';" /></a></dt>
			<dd>
				<h2><a href="./category.php?cid=$categoryrecord[cid]" title="$categoryrecord[subject]">$categoryrecord['subject']</a></h2>
				<p>
		<!--{loop $catehottagsarr[$categoryrecord['cid']] $catehottags}-->
					<a href="./category.php?cid={$categoryrecord[cid]}&amp;tag={$catehottags[encodesubject]}" title="$catehottags[subject]">$catehottags['subject']</a>&nbsp;&nbsp;
		<!--{/loop}-->
				</p>
			</dd>
		</dl>
	<!--{/loop}-->
		<div class="clear"></div>
	</div>
</div>
{template footer}

⌨️ 快捷键说明

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