0
Welcome Guest! Login
0 items Join Now

SOLVED Module title in sidebar A

    • Ali Samii's Avatar
    • Ali Samii
    • Elite Rocketeer
    • Posts: 629
    • Thanks: 2

    SOLVED Module title in sidebar A

    Posted 11 years 8 months ago
    • I am having some problem getting rid of a module title that is appearing in the sidebar-a on one of the pages of my site.

      I am not sure where this title comes from as there is no "Résonnance Menu" module anywhere on the site, and I have no idea how to get rid of it.

      Of course, I could hide the h2 header in sidebar-a and that would probably solve it, but that is a hack rather than a solution.

      resdemo.ergonomiq.net/en/resonnance

      Can someone point out what is injecting that title in the site so I can solve this correctly.

      Thanks,

      Ali
    • Last Edit: 11 years 8 months ago by Ali Samii.
    • Thank you.

      Ali Samii
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Module title in sidebar A

    Posted 11 years 8 months ago
    • look in modules.php in the html folder ...


      <h2 class="title"><?php echo $menu_title_item->title.' '.JText::_('Menu'); ?></h2>
    • Ali Samii's Avatar
    • Ali Samii
    • Elite Rocketeer
    • Posts: 629
    • Thanks: 2

    Re: SOLVED Module title in sidebar A

    Posted 11 years 8 months ago
    • Thanks Henning.

      Question, would it be better to delete/comment out the full if statement or just the inner div?
      <?php if ($gantry->get('menu-splitmenu-submenu-title')): ?>
           <div class="module-title">
                     <h2 class="title"><?php echo $menu_title_item->title.' '.JText::_('Menu'); ?></h2>
           </div>
      <?php endif; ?>

      Ali
    • Thank you.

      Ali Samii
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Module title in sidebar A

    Posted 11 years 8 months ago
    • I probably would delete the php condition ...

Time to create page: 0.063 seconds