function _quotes_add in Quotes 7
Same name and namespace in other branches
- 6 quotes.module \_quotes_add()
Add a quote.
1 string reference to '_quotes_add'
- quotes_menu in ./
quotes.module - Implements hook_menu().
File
- ./
quotes.module, line 314 - 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_add() {
drupal_goto('node/add/quotes');
}