SEOvB
11-29-2008, 09:19 AM
I have a custom template, I'm trying to insert it into the navbar using a $navbar2
I have a plugin for global_start with the contents of
eval('$navbar2= "' . fetch_template('navbar2') . '";');
But when i place $navbar2 in my navbar template it does not work.
If i place $navbar2 in my header template it works.
Should I be using a different hook location?
I have a plugin for global_start with the contents of
eval('$navbar2= "' . fetch_template('navbar2') . '";');
But when i place $navbar2 in my navbar template it does not work.
If i place $navbar2 in my header template it works.
Should I be using a different hook location?