debug = FALSE; // TRUE or FALSE, default: FALSE $content = $news->listing(); // Declaring section variables to let the user know where he/she is $level[1]['name'] = "home"; $level[1]['link'] = "home.php"; $level[2]['name'] = "news"; $level[2]['link'] = "news.php"; #calling layout require 'layout.php'; ?>