aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorMark Schmitz <kramred@gmail.com>2018-04-13 14:06:27 +0100
committerMark Schmitz <kramred@gmail.com>2018-04-13 14:06:27 +0100
commit66d37a4fb49cc25142c768ed63351ea0f8881183 (patch)
tree6b622eb712cb66ae4e80bb84d85e084e235cc924 /tpl
parentd811e4fda609fc250da174444f706e76d5721153 (diff)
downloadShaarli-66d37a4fb49cc25142c768ed63351ea0f8881183.tar.gz
Shaarli-66d37a4fb49cc25142c768ed63351ea0f8881183.tar.zst
Shaarli-66d37a4fb49cc25142c768ed63351ea0f8881183.zip
add loading user css at last to vintage tpl
Diffstat (limited to 'tpl')
-rw-r--r--tpl/vintage/includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html
index 4ddfc840..410b466b 100644
--- a/tpl/vintage/includes.html
+++ b/tpl/vintage/includes.html
@@ -7,8 +7,8 @@
7<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> 7<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
8<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon" /> 8<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon" />
9<link type="text/css" rel="stylesheet" href="css/shaarli.min.css" /> 9<link type="text/css" rel="stylesheet" href="css/shaarli.min.css" />
10{if="is_file('data/user.css')"}<link type="text/css" rel="stylesheet" href="data/user.css#" />{/if}
11{loop="$plugins_includes.css_files"} 10{loop="$plugins_includes.css_files"}
12<link type="text/css" rel="stylesheet" href="{$value}#"/> 11<link type="text/css" rel="stylesheet" href="{$value}#"/>
13{/loop} 12{/loop}
13{if="is_file('data/user.css')"}<link type="text/css" rel="stylesheet" href="data/user.css#" />{/if}
14<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> 14<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/>