WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: GRID8400 on February 14, 2010, 08:01:36 PM

Title: ecozon
Post by: GRID8400 on February 14, 2010, 08:01:36 PM
And baked another one:

http://www.ecozon-zonnepanelen.nl/

(with dummy content)
 8-)
Title: Re: ecozon
Post by: crnogorac081 on February 15, 2010, 12:24:50 AM
looking nice
Title: Re: ecozon
Post by: Vincent on February 15, 2010, 10:50:50 AM
Looks real good!

You could consider making it even better by replacing the text Vervolgmenu with something like

Code: [Select]

    <?php
// Submenu alleen tonen als dat gevuld is
ob_start();
show_menu(1,2,1,true,&#39;<li>[a][menu_title][/a]&#39;,&#39;</li>&#39;,&#39;<ul>&#39;,&#39;</ul>&#39;,&#39;&#39;,&#39;class="current"&#39;);
$childmenu=ob_get_contents();
ob_end_clean();
if (
$childmenu!="") {?>

<div class="menu_left">
        <h1><?php show_breadcrumbs(&#39;&#39;,2,true,0);?></h1>
        <?php echo $childmenu?></div>
<?php ?>


You'd get the 1st level menu item as a heading, and its children as a sub menu list.

Regards,
Vincent
Title: Re: ecozon
Post by: GRID8400 on February 15, 2010, 04:54:33 PM
Looks real good!

You could consider making it even better by replacing the text Vervolgmenu with something like

Code: [Select]

    <?php
// Submenu alleen tonen als dat gevuld is
ob_start();
show_menu(1,2,1,true,&#39;<li>[a][menu_title][/a]&#39;,&#39;</li>&#39;,&#39;<ul>&#39;,&#39;</ul>&#39;,&#39;&#39;,&#39;class="current"&#39;);
$childmenu=ob_get_contents();
ob_end_clean();
if (
$childmenu!="") {?>

<div class="menu_left">
        <h1><?php show_breadcrumbs(&#39;&#39;,2,true,0);?></h1>
        <?php echo $childmenu?></div>
<?php ?>


You'd get the 1st level menu item as a heading, and its children as a sub menu list.

Regards,
Vincent

Excellent tip!!  thank you..
will try it out probably tonight..
Title: Re: ecozon
Post by: Argos on February 17, 2010, 03:39:05 PM
Nice site, good job!