diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2013-04-19 22:41:02 -0700 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2013-04-19 22:41:02 -0700 |
commit | 4e97e6e8b9b6b02942f506b930b215540cd1f2a1 (patch) | |
tree | 9e82447101d85d63f486dbad541707a8e3ea47be /tpl/home.html | |
parent | 682536a9e759bf8c17e171bbd75d64c4cb3a308d (diff) | |
parent | b4397510e75fe9c387bec4161769392906c81bd7 (diff) | |
download | wallabag-4e97e6e8b9b6b02942f506b930b215540cd1f2a1.tar.gz wallabag-4e97e6e8b9b6b02942f506b930b215540cd1f2a1.tar.zst wallabag-4e97e6e8b9b6b02942f506b930b215540cd1f2a1.zip |
Merge pull request #61 from Silvus/master
Fixed #36 - Thème dark
Diffstat (limited to 'tpl/home.html')
-rw-r--r-- | tpl/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/home.html b/tpl/home.html index 6fb9444c..62c77bd3 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -2,6 +2,7 @@ | |||
2 | <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li> | 2 | <li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li> |
3 | <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li> | 3 | <li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li> |
4 | <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li> | 4 | <li><a href="?view=archive" {if="$view == 'archive'"}class="current"{/if}>archive</a></li> |
5 | <li><a href="#" id="themeswitch">dark</a></li> | ||
5 | <li><a style="cursor: move" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> | 6 | <li><a style="cursor: move" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> |
6 | <li><a href="?logout" title="Logout">logout</a></li> | 7 | <li><a href="?logout" title="Logout">logout</a></li> |
7 | </ul> | 8 | </ul> |