--- a/displaySON.php +++ b/displaySON.php @@ -99,9 +99,7 @@ } echo ""; } else { - /* - split by main categories - */ + include_header("Standing Offers"); $query = 'SELECT sum(value), count(*), contractnotice."SONID", min(title) AS title, text_mode(category) as category FROM contractnotice INNER JOIN standingoffers ON contractnotice."SONID" = standingoffers."SONID"