query("select * from nodes where external_link='template://$header_id'"); if($set->getNumRows()!=1) { global $error; $error="dana noda bud neexistuje alebo neni nakonfigurovana ako template"; return false; } } $db->query("update users set header_id='$header_id' where user_id='$user_id'"); $_SESSION['header_id']=$header_id; } ?>