$fp_template = fopen(TEMPLATE_PATH .'/'.TEMPLATE, 'r'); if (!$fp_template) { exit('konnte Template nicht öffnen'); }