diff options
author | nodiscc <nodiscc@gmail.com> | 2015-02-07 20:19:27 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-02-14 13:49:00 +0100 |
commit | a6e0134d07f7a77f1da97d9d563e339057ff8d54 (patch) | |
tree | 541e775e9d4d13903bbbe585f7733490bae09939 /tpl/includes.html | |
parent | e6ea0f9653937bcac38b6ae5b834c93e1e0fafe4 (diff) | |
download | Shaarli-a6e0134d07f7a77f1da97d9d563e339057ff8d54.tar.gz Shaarli-a6e0134d07f7a77f1da97d9d563e339057ff8d54.tar.zst Shaarli-a6e0134d07f7a77f1da97d9d563e339057ff8d54.zip |
Fix missing authors and licenses in COPYING
* add idleman for original CSS
* add yahoo inc. for CSS reset
* split the main css code and the yahoo reset CSS in 2 files
* add copyright information for RainTPL, add LGPL license
Diffstat (limited to 'tpl/includes.html')
-rw-r--r-- | tpl/includes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/includes.html b/tpl/includes.html index efc658eb..53996fb0 100644 --- a/tpl/includes.html +++ b/tpl/includes.html | |||
@@ -5,5 +5,6 @@ | |||
5 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 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" /> | 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" /> | 7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
8 | <link type="text/css" rel="stylesheet" href="inc/reset.css" /> | ||
8 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> | 9 | <link type="text/css" rel="stylesheet" href="inc/shaarli.css?version={$version|urlencode}#" /> |
9 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if} | 10 | {if="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version|urlencode}#" />{/if} |