<?php /** * 专题列表 * * @version $Id: content_s_list.php 1 14:31 2010年7月12日Z tianya $ * @package DedeBIZ.Administrator * @copyright Copyright (c) 2021, DedeBIZ.COM * @license https://www.dedebiz.com/license * @link https://www.dedebiz.com */ require_once(dirname(__FILE__)."/config.php"); CheckPurview('spec_List'); $s_tmplets = "templets/content_s_list.htm"; $channelid = -1; include(dirname(__FILE__)."/content_list.php");