I can see that a link is created by:
But how could I link to the parent page?Code:<?php echo $item['href']; ?>
Any help much appreciated.
Thanks,
Gary.
 
			
			 Custom submenu - Link to parent
 Custom submenu - Link to parent
				I can see that a link is created by:
But how could I link to the parent page?Code:<?php echo $item['href']; ?>
Any help much appreciated.
Thanks,
Gary.
 
			
			 Re: Custom submenu - Link to parent
 Re: Custom submenu - Link to parent
				Hi gary
You'd probably use insert tags
Internet Marketing is both measurable and accountable.
On Twitter Marketing Guy
On LinkedIn Nigel Copley
On Facebook Caroco Marketing
 
			
			 Re: Custom submenu - Link to parent
 Re: Custom submenu - Link to parent
				Hi,
Thanks for taking the time to have a look.
You have answered the question perfectly. I have amended my mod_navigation.tpl file like this:
It works well, but I should have thought more about it before answering the question.Code:<?php if ($this->headline): ?> <<?php echo $this->hl; ?>>request; ?>"><?php echo $this->headline; ?></<?php echo $this->hl; ?>> <?php endif; ?>
This works fine if the user is on a sub menu page for example:
http://cms-1.doublespark.eu/video.html
Clicking the title in the sub menu will take you to the right page.
But if I'm on a sub sub page, for example:
http://cms-1.doublespark.eu/photoalbums.html
Then of course it breaks.
Hopefully you can see what I am attempting to achieve, can you help further?
Thanks in advance.
Gary.
Bookmarks