Esempio n. 1
0
require_once 'outline.php';
ga();
?>
    </head>
    <body>
        <?php 
head();
?>
        <section>				
            <div id="content">
                <?php 
$club = new clubs();
if (isset($_GET['link']) && $_GET['link'] != "") {
    $club->showClubDetails();
} else {
    $club->showAllClubs();
}
?>
	
           </div> <!-- End of Content div -->
           <?php 
right();
?>
	
        </section>
        <?php 
footer();
?>
 
    </body>
</html>