Hi,
It's definitely not the module, it doesn't change the content of your href tags other than to change the URI generated. It sounds like you've accidentally broken some link code in a template file. Check to see if one of yotu template files has something like the following in it:
PHP Code:
<?php echo zen_href_link(...) . ' class="
insetad of something like
PHP Code:
<?php echo zen_href_link(...) . '" class="
This would cause "class =" to be added to the end of the URIs.
Good luck in getting this sorted!
All the best...
Conor
ceon
Bookmarks