moved theme.css to top

v1.18.x
psychobunny 11 years ago
parent b27478876e
commit 0f254c0b6c

@ -6,6 +6,7 @@
<link rel="icon" type="image/x-icon" href="{brand:favicon}" /> <link rel="icon" type="image/x-icon" href="{brand:favicon}" />
<link href="{cssSrc}" rel="stylesheet" media="screen"> <link href="{cssSrc}" rel="stylesheet" media="screen">
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css"> <link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css" />
{link_tags} {link_tags}
<!-- BEGIN pluginCSS --> <!-- BEGIN pluginCSS -->
<link rel="stylesheet" href="{pluginCSS.path}"> <link rel="stylesheet" href="{pluginCSS.path}">
@ -26,7 +27,6 @@
} }
}); });
</script> </script>
<link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css" />
</head> </head>
<body> <body>

Loading…
Cancel
Save