www.gusucode.com > weenCompany闻名企业网站系统 4.0.0 繁体中英文 UTF8源码程序 > templates/default/install.php

    <?php
// +---------------------------------------------+
// |     Copyright  2005 - 2007 weenCompany      |
// |     http://www.weentech.com                 |
// |     This file may not be redistributed.     |
// +---------------------------------------------+

if(!defined('IN_WEENCOMPANY'))
  die("File not found!");

$templatename     = 'Default';
$numdesigns   = 4;
$previewimage = 'default/images/adv_preview.jpg';

$authorname   = 'weenCompany';
$authorlink   = 1;

$designpath[] = 'default/advanced_1.php';
$maxmodules[] = 23;
$imagepath[]  = 'default/images/adv_design_1.jpg';

$designpath[] = 'default/advanced_2.php';
$maxmodules[] = 20;
$imagepath[]  = 'default/images/adv_design_2.jpg';

$designpath[] = 'default/advanced_3.php';
$maxmodules[] = 20;
$imagepath[]  = 'default/images/adv_design_3.jpg';

$designpath[] = 'default/advanced_4.php';
$maxmodules[] = 10;
$imagepath[]  = 'default/images/adv_design_4.jpg';


?>