]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/config.php
Remove duplicate $baseurl template variable
[friendica.git] / view / theme / frio / config.php
index cd4d7b89483e93bfeade7ac57efe1ac7d1613601..d1591273fbe65aef313c8cdf9ae76b1f72cfb6c1 100644 (file)
@@ -119,7 +119,6 @@ function frio_form($arr)
        $t = Renderer::getMarkupTemplate('theme_settings.tpl');
        $ctx = [
                '$submit'           => L10n::t('Submit'),
-               '$baseurl'          => System::baseUrl(),
                '$title'            => L10n::t('Theme settings'),
                '$scheme'           => ['frio_scheme', L10n::t('Select color scheme'), $arr['scheme'], '', $scheme_choices],
                '$share_string'     => ['frio_share_string', L10n::t('Copy or paste schemestring'), $arr['share_string'], L10n::t('You can copy this string to share your theme with others. Pasting here applies the schemestring'), false, false],