Marc

From Amar
Revision as of 22:59, 16 November 2011 by Lax (talk | contribs)
Jump to navigationJump to search

<body id="<?= $navsection ?>">

Any variable can be used by:

<?= $varname ?>


To load selectively


<?php if ($var == 'value') { ?>
Any HTML
Including
<link rel="stylesheet" href="/css/style.css" />
<?php } ?>

Note it's realy 2 = signs

= =