$Id: README.txt,v 1.6.4.2 2009/02/10 17:07:14 nancyw Exp $ The quotes module allows users to maintain a list of quotations that they find notable, humorous, famous, infamous, or otherwise worthy of sharing with website visitors. The quotes can be displayed in any number of administrator-defined blocks. These blocks will display either a randomly-selected quote or the most recent quote based on the restrictions of each block. Blocks can be configured to restrict to certain nodes, roles, users, or categories. The display of quotes is themeable using two functions, theme_quotes_quote() which displays a single quote/author and theme_quotes_page() which displays a list of quotes. The default implementation of theme_quotes_quote() uses two CSS classes to allow you to control the display of quotes. The quote itself uses "quotes-quote". The author/attribution uses "quotes-author". The most current documentation can be found on the Drupal site at: http://drupal.org/node/243891