errors) $sql->debug($sql->errors); # display template -------------------------------------------------------------------------------------------- if(file_exists('skin/'.$__link.'.tpl')) { $smarty->display($__link.'.tpl'); } else { header ('HTTP/1.1 404 Not Found'); die("

404 Not found

{$__link} not found!"); } ?>