]>
Commit | Line | Data |
---|---|---|
45034273 SS |
1 | <title>{$pagetitle}</title> |
2 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
3 | <meta name="format-detection" content="telephone=no" /> | |
4 | <meta name="viewport" content="width=device-width,initial-scale=1.0" /> | |
5 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | |
6 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | |
7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | |
225eff62 | 8 | <link type="text/css" rel="stylesheet" href="../inc/reset.css" /> |
a056d988 | 9 | <link type="text/css" rel="stylesheet" href="../inc/shaarli.css" /> |
3a10fa0e | 10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="../inc/user.css" />{/if} |
567967fd A |
11 | {loop="$plugins_includes.css_files"} |
12 | <link type="text/css" rel="stylesheet" href="{$value}#"/> | |
8f8113b9 A |
13 | {/loop} |
14 | <link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle|htmlspecialchars}"/> |