You are here

function theme_quotes_page in Quotes 7

Same name and namespace in other branches
  1. 5 quotes.module \theme_quotes_page()
  2. 6 quotes.module \theme_quotes_page()

Theme function to display quotes page possibly restricted to a certain user.

File

./quotes.module, line 1695
The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.

Code

function theme_quotes_page($variables) {
}