Codice PHP:
<?php
$pag 
"aboutme.htm";
if(!isset(
$_GET['link']) || $_GET['link'] == 'aboutme'){
include(
$pag);
}
?>