session_start(); error_reporting(0); require "../includes/config.php"; require INCLUDEPATH."functions.php"; require_once INCLUDEPATH."Db.php"; Db::open(DBHOST,DBUSER,DBPASSWORD,DBNAME); // AANROEP VANUIT /skins/template10/template.php $fotoboek_id = $_GET["fotoboek_id"]; $blokitem_id = $_GET["blokitem_id"]; $fotos = leeswaarde("fotoboekfotos","fotoboek_id",$fotoboek_id,"*"," ORDER BY foto_volgorde","","","50"); $blokitem = leeswaarde("blokitems","blokitem_id",$blokitem_id); ?>