You are here

function _quotes_settings in Quotes 6

Same name and namespace in other branches
  1. 7 quotes.module \_quotes_settings()
1 string reference to '_quotes_settings'
quotes_menu in ./quotes.module
Implementation of hook_menu().

File

./quotes.module, line 241
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 _quotes_settings() {
  drupal_goto('admin/settings/quotes');
}