www.coenjaerts.com

mail this page print this page

Multiflex-5

This is a 2/3 column template originally designed by Gerhard. With this template you can fully use all the options that WB has at this moment regarding multiple menu's, different content blocks and with some alterations of the template it is easy to make the site multilingual..

Also it is possible to customize the template to your needs, e.g. adding content blocks, which can be "global" as well as "local".

The template as can be downloaded from the download section consists of three menu's:

  • The top menu at the top of the page
  • The main menu at the bottom of the header section (drop down)
  • The extra menu in the left column

Furthermore the template contains three content blocks:

  • The Main content block 
  • A 'Sidebar' content block at the right column
  • A 'News' content block at the right column

With some small alterations of the file Index.php in the template, these blocks can be changed into Global blocks. Therefore change the following part in the template: 

<!-- CONTENT BLOCK NEWS-->
<div class="subcontent-cell-corner-top"></div> 
<div class="subcontent-cell"> 
    <?php display_news_items($group_id=0, $max_news_items=10, $max_news_length=60, $display_mode=2, $header_text="",          
$readmore_text="read more", $no_news_text="no news available yet..."); ?> 
</div> 
<div class="subcontent-cell-corner-bottom"></div>

Into:

<!-- CONTENT BLOCK NEWS-->
<div class="subcontent-cell-corner-top"></div> 
<div class="subcontent-cell"> 
    <?php page_content(3); ?> 
</div> 
<div class="subcontent-cell-corner-bottom"></div>