'; } if(file_exists($path)) { $handle = fopen ($path, "rb"); while (!feof ($handle)) { $xdata .= fgets($handle, 4096); } fclose ($handle); } $createdata .='
'; $skindata['data'] = $createdata; //vypsani stranky echo template( $skin_dir . 'blank.tpl', $skindata); ?>