diff options
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> |