0
Welcome Guest! Login
0 items Join Now

SOLVED firefrog listmenu on index.php

    • bompuis ilan's Avatar

    SOLVED firefrog listmenu on index.php

    Posted 17 years 7 months ago
    • Hi,

      Sorry for my poor english ;D

      how to erase the list menu of firefrog but just in the welcome page?

      I have try this
      <?php $option = trim( mosGetParam( $_REQUEST, 'option', null ) ); if (($option != "com_frontpage") || ($option != "")) mosShowListMenu($horizontal_menu); ?>

      but not work


      thanks
    • Last Edit: 17 years 7 months ago by .
    • bompuis ilan's Avatar

    Re: SOLVED firefrog listmenu on index.php

    Posted 17 years 7 months ago
    • Here is the solution
      <?php if ($option == "com_frontpage") { ?> <?php } else { mosShowListMenu($horizontal_menu); } ?>

      Thanks pascalou, a french joomla user ;D

Time to create page: 0.054 seconds