domain_theme_reset

Versions
domain
domain_theme_reset($domain)

Resets theme settings by removing the domain row from {domain_theme}.

Parameters

$domain The $domain object created by domain_lookup().

Return value

A confirmation form.

Code

domain_theme/domain_theme.admin.inc, line 204

<?php
function domain_theme_reset($domain) {
  if ($domain == -1) {
    return t('An invalid request has been made.');
  }
  return drupal_get_form('domain_theme_reset_form', $domain);
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List