Article_Visits($id); } include('inc/head_html.php'); $navbar[1]=array('name'=>'News','href'=>$servername.'news'); if(!empty($id)){ $navbar[2]=array('name'=>$_GET['title'],'href'=>''); if(!empty($_GET['sub'])) $navbar[3]=array('name'=>$_GET['sub'],'href'=>''); } $user->Nav_Bar($navbar); if(!empty($id)){ $articles->Get_Article($id); }else{ $articles->Get_Articles(0,1); } include('inc/footer.php'); ?>