Quote:
Originally Posted by fringehead
I use embedded gallery and the menu breaks my gallery. I had to edit the navbar for my gallery to work properly by placing this before each link:
$vboptions[bburl]/
Here is a sample link from the your template:
<tr align="center"><if condition="$vboptions[menu_status]">
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_one']}">
How would I add this prefix to each link? I have tried adding it but get a template error... Any help would be appreciated!
Thanks,
Sean
|
instead of using index.php, for instance as a link address in menu control, use
www.yoururl.com/index.php
that surely does just the same as manually adding [bburl] in the template.