]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/config.php
Remove duplicate $baseurl template variable
[friendica.git] / view / theme / duepuntozero / config.php
index 430fa7f60c59a679b3551be6534cf6a7beff5288..cd04455512d2dbd3f2a723661b05674365968c92 100644 (file)
@@ -70,7 +70,6 @@ function clean_form(App $a, &$colorset, $user)
        $t = Renderer::getMarkupTemplate("theme_settings.tpl");
        $o = Renderer::replaceMacros($t, [
                '$submit'   => L10n::t('Submit'),
-               '$baseurl'  => System::baseUrl(),
                '$title'    => L10n::t("Theme settings"),
                '$colorset' => ['duepuntozero_colorset', L10n::t('Variations'), $color, '', $colorset],
        ]);