Hello!
Just now I found a little bug in the bulletproof template. This template offers the possibility to define an additional stylesheet file. Normally this works fine. But in the entry preview this stylessheet is not included. I hope, this will be fixed.
Regards,
Pascal
Bulletproof template: Missing user-defined stylesheet
Bulletproof template: Missing user-defined stylesheet
Interessantes aus den Themenbereichen Computer, Internet und Programmierung unter http://www.it-blog.net
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Nice catch Pascal - I just added it right after the colorset stylesheet in preview_iframe.tpl:
Code: Select all
<!-- additional user stylesheet: this can be used to override selected styles -->
{if $template_option.userstylesheet == 'true'}<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="user.css"}" media="screen" />{/if}=Don=
OK, this works fine. Thanks!
Regards,
Pascal
Regards,
Pascal
Interessantes aus den Themenbereichen Computer, Internet und Programmierung unter http://www.it-blog.net