I'm trying to use the quotes module to place quotes in the footer. What do I need to do to get the quote and the author on the same line?
I'm trying to use the quotes module to place quotes in the footer. What do I need to do to get the quote and the author on the same line?
Comments
Comment #1
jhriggs commentedtheme_quotes_quote() is a themeable function, so you can override it in your theme, or you could just make the div.quotes-quote and div.quotes-author divs inline in your CSS.
Comment #2
jhriggs commentedClosing.