External Link in Menu Bar

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 26, 2008   (RSS)

Re: [chrismcfet] External Link in Menu Bar

By Dave - June 25, 2008

Hi Chris,

It's not a supported feature but have a look in /lib/menus/header.php. Make a backup first and then try adding something below this line <?php echo $menuCells ?>

<?php echo $menuCells ?>
<td>Add your menu link here</td>


Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] External Link in Menu Bar

By chrismcfet - June 26, 2008

Works a treat Dave! Thank you. I've been messing about with the coding and now have external links displayed in the 'more' section :D