fix undeclared variables or wrong variable names (/view)
This commit is contained in:
parent
7e15a9f0f5
commit
02ef222fe1
5 changed files with 15 additions and 16 deletions
|
@ -69,7 +69,7 @@ function quattro_form(App $a, $align, $color, $tfs, $pfs) {
|
|||
}
|
||||
|
||||
$t = get_markup_template("theme_settings.tpl" );
|
||||
$o .= replace_macros($t, [
|
||||
$o = replace_macros($t, [
|
||||
'$submit' => L10n::t('Submit'),
|
||||
'$baseurl' => System::baseUrl(),
|
||||
'$title' => L10n::t("Theme settings"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue