Skip to content
Snippets Groups Projects
Commit 71438694 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix a bug with navigation not displaying properly.

parent 2addf35b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if ($_SERVER['HTTPS']) {
$staticBaseUrl = 'http://';
}
$staticBaseUrl .= $_SERVER['HTTP_HOST']
. $baseUrl;
. $baseUrl . '/';
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/index.css', 'all');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/print.css', 'print');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment