I was wondering if some people could help, I have this code in my template:
<?php if ($this->countModules('quick_links_1')): ?>
<jdoc:include type="modules" name="quick_links_1" />
<?php endif; ?>
I have also created a menu which I have assigned to that position in Joomla admin, and the menu is displaying fine.
In the menu configuration I have "Show title" set to "show" but, it is not displaying the menu heading.
Any ideas? Also whilst I am on the subject, I cannot find the component (like com_content) for menus on the front end, I would like to be able to override the default display for menus so I can some extra HTML. Could you point me in the right direction?
I am using Joomla 2.5.
Thanks,
Ian