content_i_list.php 411 B

123456789101112
  1. <?php
  2. /**
  3. * 内容列表
  4. *
  5. * @version $Id: content_i_list.php 1 14:31 2010年7月12日Z tianya $
  6. * @package DedeCMS.Administrator
  7. * @copyright Copyright (c) 2007 - 2010, DesDev, Inc.
  8. * @license http://help.dedecms.com/usersguide/license.html
  9. * @link http://www.dedecms.com
  10. */
  11. $s_tmplets = "templets/content_i_list.htm";
  12. include(dirname(__FILE__)."/content_list.php");