www.gusucode.com > (自适应手机版)html5响应式影视文化公司源码 传播传媒企业通用类织梦模板(demo223) > (自适应手机版)html5响应式影视文化公司源码 传播传媒企业通用类织梦模板(demo223)/www2/dede/index_top.php
<?php /** * 管理后台顶部 * * @version $Id: index_top.php 1 8:48 2010年7月13日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(dirname(__FILE__)."/config.php"); if($cuserLogin->adminStyle=='dedecms') { include DedeInclude('templets/index_top1.htm'); } else { include DedeInclude('templets/index_top2.htm'); }