on my site, the author of comments is shown above the comment, making is somewhat confusing since there is no break in between the author line and the next comment. for the life of me I cannot find the code that makes this happen. does anyone know where this is?

btw im using a custom modified version of the Abac theme.
http://drupal.org/project/abac

thanks

Comments

silverwing’s picture

check your comment.tpl.php file in the theme folder. You should be able to modify that to get $author or $user (don't remember which) to show where you like.

~silvewing

_____________________________________________
MisguidedThoughts | showcaseCMS

karnac’s picture

ace, thanks