constant QUOTES_VERSION in Quotes 7
Same name and namespace in other branches
- 5 quotes.module \QUOTES_VERSION
- 6 quotes.module \QUOTES_VERSION
1 use of QUOTES_VERSION
- quotes_help in ./
quotes.module - Implements hook_help().
File
- ./
quotes.module, line 17 - The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.
Code
define('QUOTES_VERSION', $quotes_info['version'] . ', release date ' . date(DATE_RFC822, $quotes_info['datestamp']));