partially implemented todo tracker

This commit is contained in:
2025-04-20 17:05:41 -06:00
parent 9e47110758
commit ab30859446
29 changed files with 546 additions and 157 deletions
+1 -1
View File
@@ -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') {