diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-19 11:41:12 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-19 11:41:12 +0200 |
commit | a1953dff8f39b225b408c3046246e9446a01f305 (patch) | |
tree | 70b1989080f5fcf9581dc6aa208664efaeb7b02d /tpl/home.html | |
parent | c00cdfdd3bc8e53750d34c60d13cd2d885c5d4fd (diff) | |
download | wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.gz wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.zst wallabag-a1953dff8f39b225b408c3046246e9446a01f305.zip |
tout est recentré sur index.php0.1
Diffstat (limited to 'tpl/home.html')
-rw-r--r-- | tpl/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/home.html b/tpl/home.html index 216f39b9..6fb9444c 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -6,7 +6,7 @@ | |||
6 | <li><a href="?logout" title="Logout">logout</a></li> | 6 | <li><a href="?logout" title="Logout">logout</a></li> |
7 | </ul> | 7 | </ul> |
8 | <ul id="sort"> | 8 | <ul id="sort"> |
9 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia', '{'<?php echo Session::getToken(); ?>'}');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id', '<?php echo Session::getToken(); ?>');" title="by date desc" /></li> | 9 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li> |
10 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta', '<?php echo Session::getToken(); ?>');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td', '<?php echo Session::getToken(); ?>');" title="by title desc" /></li> | 10 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li> |
11 | </ul> | 11 | </ul> |
12 | <div id="content"> \ No newline at end of file | 12 | <div id="content"> \ No newline at end of file |