BP: add print.css and modify index.tpl to use include it for print media

This commit is contained in:
Don Chambers 2007-09-27 20:10:20 +00:00
parent 7bb2b69d14
commit 1c8b1724e7

View File

@ -47,6 +47,8 @@
</style>
{/if}
{if $template_option.jscolumns == 'true'}<script type="text/javascript" src="{$serendipityHTTPPath}templates/{$template}/js/p7_eqCols2_10.js"></script>{/if}
<!-- print media stylesheet -->
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="print.css"}" media="print" />
{serendipity_hookPlugin hook="frontend_header"}
</head>