Merge pull request #2074 from fabrixxm/issue_2071

Use static css in install procedure
This commit is contained in:
Tobias Diekershoff 2015-11-13 12:50:41 +01:00
commit 009b3364e5
11 changed files with 86 additions and 6 deletions

View file

@ -20,6 +20,10 @@ function replace_macros($s,$r) {
$stamp1 = microtime(true);
$a = get_app();
// pass $baseurl to all templates
$r['$baseurl'] = $a->get_baseurl();
$t = $a->template_engine();
try {