]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/includes.html
Template upgrade to handle plugin zones
[github/shaarli/Shaarli.git] / tpl / includes.html
index cc573801884ae2a5e01fd17cff495e3638e1aceb..bdf3a07dbfe730f9a860c2f8701a54080661d135 100644 (file)
@@ -5,5 +5,9 @@
 <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
 <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
 <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
-<link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" />
-{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if}
+<link type="text/css" rel="stylesheet" href="../inc/reset.css" />
+<link type="text/css" rel="stylesheet" href="../inc/shaarli.css" />
+{if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if}
+{loop="$plugins_includes.css_files"}
+<link type="text/css" rel="stylesheet" href="{$value}#"/>
+{/loop}
\ No newline at end of file