mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
9 lines
320 B
Smarty
9 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}
|