if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; } @opensidex("varieteterne", "on"); echo ""; $result = dbquery("SELECT * FROM ".$db_prefix."photos WHERE [bcolor=#99ff00]album_id ='7'[/bcolor] ORDER BY photo_id"); if (dbrows($result) != 0) { while($data = dbarray($result)) { $itemsubject = trimlink($data['photo_id'], 20); $itemdescription = $data['photo_title']; echo "

\n"; } } echo "
"; closesidex();