mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 06:44:56 +02:00
0929426813
git-svn-id: http://piwigo.org/svn/trunk@13801 68402e56-0260-453c-a942-63ccdbb3a9ee
10 lines
320 B
Smarty
10 lines
320 B
Smarty
{if $load_css}
|
|
<!--[if lt IE 7]>
|
|
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
|
|
<![endif]-->
|
|
<!--[if IE 7]>
|
|
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
|
|
<![endif]-->
|
|
{combine_css path="themes/default/print.css" order=-10}
|
|
{/if}
|