summaryrefslogtreecommitdiff
path: root/src/application/templates/old
diff options
context:
space:
mode:
authorJonas Kohl2024-12-10 17:22:25 +0100
committerJonas Kohl2024-12-10 17:22:25 +0100
commitc4fb88b882e00692a28cabd677cacfc1e50f86d4 (patch)
tree3294aa16fe376fb721928375f679fef44d890124 /src/application/templates/old
parent7d685c5e64149e20c7dc8977f645e050be53ddfd (diff)
Small fix
Diffstat (limited to 'src/application/templates/old')
-rw-r--r--src/application/templates/old/base.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/templates/old/base.twig b/src/application/templates/old/base.twig
index 7b358d0..bdad515 100644
--- a/src/application/templates/old/base.twig
+++ b/src/application/templates/old/base.twig
@@ -17,7 +17,7 @@
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="MSThemeCompatible" content="yes">
<title>{{ title }}</title>
- <link rel="stylesheet" href="?_action=ctheme&amp;theme={{ g.cookie.theme|url_encode }}" type="text/css">
+ <link rel="stylesheet" href="?_action=ctheme&amp;theme={{ currentTheme|url_encode }}" type="text/css">
<script type="text/javascript" src="/ui/jquery-1.12.4.min.js"></script>
{% block head_after %}{% endblock %}
</head>