partially implemented todo tracker
This commit is contained in:
@@ -5,7 +5,7 @@ function article_list($list = null)
|
||||
$filters = '
|
||||
<form method="get" action="articles.php">
|
||||
<input type="hidden" name="view" value="sort">
|
||||
<div class="row_no_margin">
|
||||
<div class="row_space_between no_margin">
|
||||
';
|
||||
|
||||
if (!isset($_GET['sort']) || $_GET['sort'] == 'newest') {
|
||||
|
||||
Reference in New Issue
Block a user