Hi all. Name's Zorak and I've been playing around with WebsiteBaker for a couple of days now, everything was running smooth until I hit a brick wall, a wall called ShowSection.
Template: Multiflex-3
Module:
http://www.websitebakers.com/pages/droplets/official-library/content/showsection.phpNow I want to Add text to one of those nice orange things on the right
Index.php
<!-- B.3 SUBCONTENT -->
<div class="main-subcontent">
<!-- Subcontent unit -->
<div class="subcontent-unit-noborder-orange">
<div class="round-noborder-topleft"></div><div class="round-noborder-topright"></div>
<h1 class="orange">Laatste Nieuws</h1>
<p>[[showsection?section=test]]</p>
</div>
</div>
</div>
The output you'll find her:
http://www.huidenvoetverzorging.nl/index.phpCan anybody explain to me what I'm doing wrong?
Thanks in advance