You are here

function _quotes_settings in Quotes 7

Same name and namespace in other branches
  1. 6 quotes.module \_quotes_settings()

Menu call to the quotes settings page.

1 string reference to '_quotes_settings'
quotes_menu in ./quotes.module
Implements hook_menu().

File

./quotes.module, line 321
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/config/quotes');
}