aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Library/Theme.php')
-rwxr-xr-xh-source/Library/Theme.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/h-source/Library/Theme.php b/h-source/Library/Theme.php
index 10c0fce..fe938ee 100755
--- a/h-source/Library/Theme.php
+++ b/h-source/Library/Theme.php
@@ -39,11 +39,9 @@ class Theme {
function __construct($controller) {
- $protocol = Params::$useHttps ? "https" : "http";
-
$this->controller = $controller;
- $this->baseUrl = MOD_REWRITE_MODULE === true ? "$protocol://" . DOMAIN_NAME : "$protocol://" . DOMAIN_NAME . '/index.php';
- $this->baseUrlSrc = "$protocol://" . DOMAIN_NAME;
+ $this->baseUrl = MOD_REWRITE_MODULE === true ? '': '/index.php';
+ $this->baseUrlSrc = '';
}