It seems to work, but I do have one little problem.
The
Zoints Thread Tags (automatic template edits) plugin hooked in at parse_templates interferes with Kerry-Anne's bottom navbar hack, I imagine it would be the plugin that is hooked at parse_templates hook as well. It shows the normal navbar, but not the customized one...
This is the code for that plugin in Kerry-Anne's product.
PHP Code:
eval('$navbar_bottom = "' . fetch_template('navbar_bottom') . '";');
Any suggestions?