I have enabled the Domain Configuration module, yet I see no option of setting the Site footer under each domain. From the README.txt:

- Domain Configuration -- Allows you to change select system variables for
each domain, such as offline status, footer message and default home
page.

I have found the below code in domain_conf/domain_conf.install, does it mean this option has been removed? Is there another way of setting a footer for each domain?

function domain_conf_d7_variable_changes() {
  $removed = array(
    'menu_default_node_menu',
    'site_mission',
    'site_footer',
    'page_compression',
  );
...

Comments

raj45’s picture

I think I have found a solution: I will just make a theme for each site, create a footer block for each domain and assign it to the domain theme.
But the documentation should still be updated :-)

agentrickard’s picture

Status: Active » Closed (works as designed)