rely on smarty-init-css also in the backend

This commit is contained in:
onli
2013-06-15 15:40:42 +02:00
parent 0044e210ae
commit 347311e78d
4 changed files with 8 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<meta charset="{$CONST.LANG_CHARSET}">
<title>{$CONST.SERENDIPITY_ADMIN_SUITE}</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{serendipity_getFile file='admin/style.css'}">
<link rel="stylesheet" href="{$head_link_stylesheet}">
<script src="{serendipity_getFile file='admin/js/modernizr-2.6.2.min.js'}"></script>
{serendipity_hookPlugin hook="backend_header" hookAll="true"}
</head>