domain_theme_domainlinks

Versions
domain
domain_theme_domainlinks($domain)

Implement hook_domainlinks()

Code

domain_theme/domain_theme.module, line 143

<?php
function domain_theme_domainlinks($domain) {
  if ($domain['domain_id'] > 0) {
    $links[] = array(
      'title' => t('theme'),
      'path' => 'admin/build/domain/theme/'. $domain['domain_id']
    );
    return $links;
  }
  return FALSE;
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List