mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
Merge pull request #2074 from fabrixxm/issue_2071
Use static css in install procedure
This commit is contained in:
commit
009b3364e5
11 changed files with 86 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue