+ add sponsor info.
This commit is contained in:
@@ -37,6 +37,7 @@ $themeRoot = $webRoot . "theme/";
|
||||
}
|
||||
?>
|
||||
<a href='http://www.zentao.cn' target='_blank'><?php echo $lang->zentaoSite;?></a>
|
||||
<?php echo $lang->sponser;?>
|
||||
</div>
|
||||
</div>
|
||||
<div id='navbar' class='yui-d0'>
|
||||
|
||||
@@ -39,6 +39,7 @@ $lang->history = '历史记录';
|
||||
$lang->welcome = "欢迎使用%s{$lang->colon}{$lang->zentaoMS}";
|
||||
$lang->zentaoSite = "官方网站";
|
||||
$lang->myControl = "我的地盘";
|
||||
$lang->sponser = "<a href='http://www.pujia.com' target='_blank'>普加赞助</a>";
|
||||
|
||||
/* 菜单设置:顶级的tab。*/
|
||||
$lang->menu->index = '首页|index|index';
|
||||
|
||||
7
trunk/www/.htaccess
Normal file
7
trunk/www/.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond $1 !(index\.php|image|js|css|jpg|favicon\.ico|robots\.txt)
|
||||
RewriteRule (.*)$ index.php/$1 [L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user