commit 41f2ac7e80fffcbf2685295f4a4bdbc25b52c2b3
parent bd41e8df6afc0fbec581157e3e5782a0457c3c6f
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 14 Dec 2014 10:48:49 +0100
://
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -73,6 +73,7 @@ $root_2 = str_replace($root_1, '', $currentdir);
$root_3 = explode("/", $root_2);
print_r($root_3);
if ($root_3[1] = "core") {
+ echo $root_3[1];
$root = realpath($_SERVER["DOCUMENT_ROOT"]);
}else{
$root = $root_1 . '/' . $root_3[1];