Marc: Difference between revisions
From Amar Wiki
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
<link rel="stylesheet" href="/css/style.css" /> | <link rel="stylesheet" href="/css/style.css" /> | ||
'''<?php } ?>''' | '''<?php } ?>''' | ||
Note it's realy 2 = signs | |||
= = | |||
Revision as of 22:59, 16 November 2011
<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 } ?>
Note it's realy 2 = signs
= =
