]> git.mjollnir.org Git - s9y.git/commitdiff
BP: add print.css and modify index.tpl to use include it for print media
authordonchambers <donchambers>
Thu, 27 Sep 2007 20:09:51 +0000 (20:09 +0000)
committerdonchambers <donchambers>
Thu, 27 Sep 2007 20:09:51 +0000 (20:09 +0000)
templates/bulletproof/index.tpl

index 26189f09462bd0a85297695978104a15fb0735e9..0b23bc5befc7daefb9986c4ef1fe91e203d5a68d 100644 (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>