Marc
From Amar
<body id="<?= $navsection ?>">
Any variable can be used by:
<?= $varname ?>
To load selectively
<?php if ($navsection == 'port') { ?> Any HTML Including <link rel="stylesheet" href="/css/style.css" /> <?php } ?>
Note it's realy 2 = signs
= =
<?php $navsection='portfolio'; $bodysection = 'websites'; ?>