function designkit_preprocess_html in DesignKit 7
Implements hook_preprocess_html().
File
- ./
designkit.module, line 25
Code
function designkit_preprocess_html(&$variables) {
_designkit_preprocess($variables);
}
Implements hook_preprocess_html().
function designkit_preprocess_html(&$variables) {
_designkit_preprocess($variables);
}