1
0

* Make preview_iframe.tpl template files load the proper frontend

CSS file, including cache-busting version string when changing
     themes

References #302
This commit is contained in:
Garvin Hicking
2015-03-18 13:31:46 +01:00
parent 8b863d5370
commit 93e781048c
6 changed files with 28 additions and 1 deletions

View File

@ -21,7 +21,11 @@
{elseif $template_option.webfonts == 'dserif'}
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic">
{/if}
{if $head_link_stylesheet_frontend}
<link rel="stylesheet" href="{$head_link_stylesheet_frontend}">
{else}
<link rel="stylesheet" href="{$serendipityHTTPPath}{$serendipityRewritePrefix}serendipity.css">
{/if}
<script src="{serendipity_getFile file="admin/js/modernizr-2.8.3.min.js"}"></script>
{serendipity_hookPlugin hook="backend_header" hookAll="true"}
<script src="{serendipity_getFile file='admin/js/plugins.js'}"></script>