site->style != "default" && file_exists(NN_WWW.'pages/'.$page->site->style."/".$page->page.'.php')) include(NN_WWW.'pages/'.$page->site->style."/".$page->page.'.php'); elseif (file_exists(WWW_DIR.'pages/'.$page->page.'.php')) include(NN_WWW.'pages/'.$page->page.'.php'); else $page->show404();