function delta_create_import in Delta 6
Same name and namespace in other branches
- 7 delta.module \delta_create_import()
1 string reference to 'delta_create_import'
- delta_menu in ./
delta.module - Implementation of hook_menu().
File
- ./
delta.module, line 934 - The Delta Theme API is an advanced manipulation of the Theme Settings API to allow for customization/configuration of theme settings based on node types, context, or groups of paths.
Code
function delta_create_import() {
drupal_set_title(t('Import Delta API Overrides & Theme Settings Templates'));
$output = '';
return $output;
}