You are here

function magic_goto_export in Magic 7

A helper function to send the form to the settings export page.

1 string reference to 'magic_goto_export'
magic_form_system_theme_settings_alter in ./magic.module
Implements hook_form_alter().

File

./magic.module, line 355
Keep Frontend DRY; sprinkle it with MAGIC!

Code

function magic_goto_export($form, $form_state) {
  drupal_goto('admin/appearance/settings/' . arg(3) . '/export');
}