<?php/*** 生成RSS地图** @version $Id: makehtml_rss.php 1 11:17 2010年7月19日Z tianya $* @package DedeCMS.Administrator* @copyright Copyright (c) 2007 - 2010, DesDev, Inc.* @license http://help.dedecms.com/usersguide/license.html* @link http://www.dedecms.com*/require_once(dirname(__FILE__)."/config.php");//获取整站文档总数$row = $dsql->GetOne("SELECT count(*) as c FROM `#@__archives` WHERE arcrank > -1;");include DedeInclude('templets/makehtml_date.htm');
