Marc
From Amar
<body id="<?= $navsection ?>">
Any variable can be used by:
<?= $varname ?>
To load selectively
<?php if ($var == 'value') { ?> Any PHP Including <link rel="stylesheet" href="/css/style.css" /> <?php } ?>
<body id="<?= $navsection ?>">
Any variable can be used by:
<?= $varname ?>
To load selectively
<?php if ($var == 'value') { ?> Any PHP Including <link rel="stylesheet" href="/css/style.css" /> <?php } ?>