header("Photo Statistics");
require("inc/header.inc.php");
//recent views
print "
Recently Viewed
";
//recently commented
print "Recently Commented
";
//most viewed
print "Most Viewed
";
//most discussed
print "Most Discussed
";
} else {
$page->error("No SQLite", "You need SQLite to use view statistics.");
}
$page->footer();
?>