]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/includes.html
doc: bump php requirement to php 5.4, fixes https://github.com/shaarli/Shaarli/issues/250
[github/shaarli/Shaarli.git] / tpl / includes.html
index 5e298fa1ef6e89621187f13798f226d947c5de36..623e19ed840662db5bc1921f72c2caf0c2b7a74d 100644 (file)
@@ -6,5 +6,5 @@
 <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/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}
+<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}