Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amlas Friend
    #132702

    Hi all,

    I am trying to modify Zibal. I would like the pathway at the top (which I have acheived) and the menu at the bottom of the image(which I have not). Any pointers on this will be appreciated.

    http://www.kasbyte.co.uk

    Regards
    amlas

    lcristian Friend
    #267758

    At the moment I can’t test my theory but have you tried swapping this in your index.php :


    <div id="ja-topnav">
    <?php switch ($ja_menutype) {
    case 1: echo $topnav;
    break;
    case 2:
    include($ja_template_absolute_path."/ja_cssmenu.php");
    break;
    case 3: include($ja_template_absolute_path."/ja_transmenu.php");
    break;
    case 4: include($ja_template_absolute_path."/ja_droplinemenu.php");
    break;
    }
    ?>
    </div>

    with this :

    <div id="ja-sh" class="clearfix" style="background:url(<?php echo "$ja_template_path/images/$ja_color/$ja_headerimg"; ?>) no-repeat top right; ">

    ?

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  lcristian 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum