function theme_textimage_preset_edit in Textimage 7.2
Same name and namespace in other branches
- 5.2 textimage_admin.inc \theme_textimage_preset_edit()
- 6.2 textimage_admin.inc \theme_textimage_preset_edit()
Todo.
File
- ./
textimage.admin.inc, line 440 - Textimage admin page callback
Code
function theme_textimage_preset_edit(&$form) {
drupal_add_css(drupal_get_path('module', 'textimage') . '/misc/css/textimage_admin.css');
drupal_render_children($form);
}