Fixed some display bugs and improved icons
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user