* finish the install module.
This commit is contained in:
@@ -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/";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user