constant ZENOPHILE_MAX_ZEN_VERS in Zenophile 7
This is the maximum version of Zen that this version of Zenophile has been tested with, so that we can show a warning if the user is trying to use a new version of Zen beyond what we've tested with.
1 use of ZENOPHILE_MAX_ZEN_VERS
- zenophile_create in ./
zenophile.module - Form to create the subtheme. drupal_get_form() callback.
File
- ./
zenophile.module, line 26 - Creates Zen subthemes quickly and easily.
Code
define('ZENOPHILE_MAX_ZEN_VERS', '3.1');