]> git.mxchange.org Git - friendica.git/commitdiff
frio - remove $baseurl variable from default template because we don't need it anymore
authorrabuzarus <rabuzarus@t-online.de>
Sat, 21 Apr 2018 14:04:11 +0000 (16:04 +0200)
committerrabuzarus <rabuzarus@t-online.de>
Sat, 21 Apr 2018 14:04:11 +0000 (16:04 +0200)
view/theme/frio/php/default.php

index ee3b745416f014eb72e892f3d0cf3711a6e2372e..62b98b79ca8226e45a3ad33199346ef1be14614a 100644 (file)
@@ -26,7 +26,6 @@ if (!isset($minimal)) {
                <script  type="text/javascript">var baseurl = "<?php echo System::baseUrl(); ?>";</script>
                <script type="text/javascript">var frio = "<?php echo 'view/theme/frio'; ?>";</script>
 <?php
-               $baseurl = System::baseUrl();
                $basepath = $a->path ? "/" . $a->path . "/" : "/";
                $frio = "view/theme/frio";