diff options
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 |