BTW,
i have
Code:
</table>
</form>
</div>
<!-- / header quick search form -->
Notice the extra "form" tag there.
When i place the code like so
Code:
$template_hook[navbar_search_menu]
</table>
</form>
</div>
<!-- / header quick search form -->
It doesnt work
If i place it like so
Code:
</table>
$template_hook[navbar_search_menu]
</form>
</div>
<!-- / header quick search form -->
It does work, but then its outside the table...
when i delete </form> i get the same problem as stated above...