Menu
by Mikey on February 23rd, 2012
No notes
Work
Info
<li<?php echo $this->url == 'stapels'?' class="hier"':''; ?>>
<a href="index.php?p=stapels">Stapels
</a></li> <li<?php echo $this->url == 'voorwerpen'?' class="hier"':''; ?>>
<a href="index.php?p=voorwerpen">Voorwerpen
</a></li> <li<?php echo $this->url == 'diversen'?' class="hier"':''; ?>>
<a href="index.php?p=diversen">Diversen
</a></li> <li<?php echo $this->url == 'text'?' class="hier"':''; ?>>
<a href="index.php?p=text">Text
</a></li> <li<?php echo $this->url == 'cv'?' class="hier"':''; ?>>
<a href="index.php?p=cv">CV
</a></li> <li<?php echo $this->url == 'contact'?' class="hier"':''; ?>>
<a href="index.php?p=contact">Contact
</a></li>