Don't show stats on homepage

This commit is contained in:
towards-a-new-leftypol 2023-12-13 03:04:27 +00:00
parent a9b87f7943
commit 71f57fec08
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
$description = 'Welcome to Siberia.';
$query = query("SELECT * FROM ``news`` ORDER BY `time` DESC") or error(db_error());
$news = $query->fetchAll(PDO::FETCH_ASSOC);
$stats = Categories::getPostStatistics($settings);
//$stats = Categories::getPostStatistics($settings);
$stats = null;
return Element(
'themes/categories/frames.html',
Array(