no worries
here is a link for oop in php if you need it :)
killerphp.com/tutorials/object-orie
...
you can create a page to show your links for your reference.
call it pqowieuryt.php or something.
<?PHP
//include path to ib
include('class_lib.php');
//initiate the class
$page = new page;
//print the pages.
echo 'about.php - '.$page->about.'\n';
echo 'contact.php - '.$page->contact.'\n';
echo 'contact.php - '.$page->menu.'\n';
?>
this is for your reference only and needs to be deleted after site is finished.
just change the sites names to match the output.
remember that index.php must remain index.php so your server can still access it :)