Quote Originally Posted by picaflor-azul View Post
You would need to add this code to the includes/templates/dover_fine/templates/tpl_modules_mobile_categories_tabs.php file:

Code:
    <?php if (SHOW_EZ_PAGES_MENU == 'true') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo TITLE_EZ_PAGES; ?></a>
    <ul>
  <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
    </ul>
    </li>
<?php } ?>
Thanks,

Anne
Hi Anne,
I don't have any EZ Pages setup yet, which is what this code looks like it would display. I was hoping to display the "More Information" pages (Define Pages) in the mobile menu. ie: define_page_2.php, define_page_3.php, ect.

Thanks Anne!