Log in

View Full Version : navbar_buttons_left


JBMoney
03-28-2008, 08:51 PM
I have two existing templates that uses "$template_hook[navbar_buttons_left]" to show the vblogetin link in the navbar... no problem.

I installed a third template that uses the following:
<!-- vBlogetin Edit -->
<if condition="$show['blogmenu']"><td id="blogmenu" class="vbmenu_control"><a href="$show[nojs_link]#blogmenu">$vbphrase[blog_blogging]</a> <script type="text/javascript"> vbmenu_register("blogmenu"); </script></td></if>
<!-- End vBlogetin Edit -->

This does not display a link to the vblogetin.

I replaced that code with the "$template_hook[navbar_buttons_left]" (it just seemed to make sense), but that does not work in the new template either.

I don't know anything about hooks. Can someone advise me on what I should be doing, short of putting a hard link in... which is just too easy. :p

Thanks.