related to #1679 first go on title uniformization still work to do

This commit is contained in:
Matthieu Leproux
2022-06-27 11:22:49 +02:00
parent f7301e5011
commit a983d40ddb
26 changed files with 48 additions and 26 deletions
+12
View File
@@ -15,4 +15,16 @@ $tabsheet->set_id('albums');
$tabsheet->select($page['tab']);
$tabsheet->assign();
$query = '
SELECT COUNT(*)
FROM '.CATEGORIES_TABLE.'
;';
list($nb_cats) = pwg_db_fetch_row(pwg_query($query));
$template->assign(
array(
'nb_cats' => $nb_cats,
)
);
?>