http://global7.nl (http://global7.nl)
Well I try to keep it as minimal as I can. Nothing fancy or special, just a clean design with simple left vertical navigation.
I like this one, a very clean and fast design. How do you get the banner photo to change when you go to a different page?
Thanks,
Brent
Nice design, clean simple but still professional look.
@ bernt, you can do that in the template with an if/else statement something like:
if (PAGE_ID == 1) {
<img src="blaat.jpg" alt="blaat" />
}
else if (PAGE_ID == 2) {
<img src="blaat2.jpg" alt=blaat2" />
}
@ bernt: Bramus already answered your question :D
@ Bramus: thank you for your compliment ;)