Fixed some display bugs and improved icons

This commit is contained in:
2023-03-14 18:58:28 +01:00
parent 34112b8c1c
commit 303c22160d
28 changed files with 52 additions and 30 deletions

View File

@@ -118,7 +118,7 @@ $smarty->assign("alphabet", $alphabet);
// total asset count
$sth = $dbh->query("SELECT COUNT(*) FROM asset");
$assetcount = $sth->fetchColumn();
$smarty->assign("assetcount", $sassetcount);
$smarty->assign("assetcount", $assetcount);
// assets for current letter
if (isset($_GET['bst'])) {