function responsive_preview_schema in Responsive Theme Preview 7
Implements hook_schema().
File
Code
function responsive_preview_schema() {
$schema['responsive_preview'] = _responsive_preview_get_schema();
return $schema;
}
Implements hook_schema().
function responsive_preview_schema() {
$schema['responsive_preview'] = _responsive_preview_get_schema();
return $schema;
}