* finish the install module.

This commit is contained in:
wangchunsheng
2010-01-01 14:36:09 +00:00
parent 79e09bbd1f
commit c8104f9198
9 changed files with 307 additions and 18 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
$config->webRoot = $this->install->getWebRoot();
$clientTheme = $this->app->getClientTheme();
$webRoot = $this->app->getWebRoot();
$webRoot = $this->config->webRoot;
$jsRoot = $webRoot . "js/";
$themeRoot = $webRoot . "theme/";
?>