Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php$res = $this->LoadSingle("SELECT count(distinct tag) as nbrPg FROM ".$this->config["table_prefix"]."pages ;");if ($res) {echo $res["nbrPg"];}?>