Quote:
Originally Posted by Alfa1
Thanks! That works great. I applied the same to addcat and put this in a link to in vb's navbar as well. I have now added all LDM links in the vb navbar, except that I have to find a search integration solution. I requested a search integration solution here
How can I remove LDM's navbar?
|
Easiest is to edit the links_header template, find the lines:
Code:
$header
$navbar
<if condition="$show['popups']">
<div align="center">
and change to
Code:
$header
$navbar
<if condition="$show['popups']">
<div align="center" style="display:none">