".$links;
if($page == "" || $page == "home"){
/* You can echo here a description of your site too for better SEO. It is recommend to add the content of your tiles here. (because google won't see your tiles, as it's javascript)
Example: echo "This is the demo of the Metro UI templating framework."*/
}else{
if(isset($pageLink[$page]) && file_exists("pages/".$pageLink[$page])){
include("pages/".$pageLink[$page]);
}
}
}
?>