The tabs are not being displayed correctly. See the attached screenshot. I am getting the error in Firefox 2.0 and IE7. Let me know if you need anything else.

CommentFileSizeAuthor
tabs_1.jpg22.71 KBjsloyer

Comments

melon’s picture

Status: Active » Postponed (maintainer needs more info)

This usually happens when the relevant funcion in template.php is not working properly. There is a function that injects span tags into the a tag in the menu items. Please ensure that you didn't rename the theme, or you renamed all theme function names from ubiquity_* to your theme name.
Alternatively you can try the -dev version.

jsloyer’s picture

Well I renamed the theme. Do I have to go through an rename all the functions too?

melon’s picture

Status: Postponed (maintainer needs more info) » Fixed

Of course. Rename all theme functions in template.php from ubiquity_* to yourthemename_* and it will be ok.

Anonymous’s picture

Status: Fixed » Closed (fixed)