diff options
author | Jonas Kohl | 2024-12-10 17:22:25 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-10 17:22:25 +0100 |
commit | c4fb88b882e00692a28cabd677cacfc1e50f86d4 (patch) | |
tree | 3294aa16fe376fb721928375f679fef44d890124 /src | |
parent | 7d685c5e64149e20c7dc8977f645e050be53ddfd (diff) |
Small fix
Diffstat (limited to 'src')
-rw-r--r-- | src/application/templates/old/base.twig | 2 |
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&theme={{ g.cookie.theme|url_encode }}" type="text/css"> + <link rel="stylesheet" href="?_action=ctheme&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> |