aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/includes.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/includes.html')
-rw-r--r--tpl/includes.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/includes.html b/tpl/includes.html
new file mode 100644
index 00000000..c70b44e3
--- /dev/null
+++ b/tpl/includes.html
@@ -0,0 +1,7 @@
1<title>{$pagetitle}</title>
2<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
3<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
4<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
5<link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version}#" />
6{if condition="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if}
7<script language="JavaScript" src="inc/jquery.min.js#"></script><script language="JavaScript" src="inc/jquery-ui.custom.min.js#"></script>