Hi,

Originally Posted by
hockey2112
Any idea what would cause this? Was it caused by CEON, or would something else be the more likely culprit? I first noticed the issue immediately after installing CEON, so that seems to be the cause.
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