Hi,

is there a way to show the site name with a token or placeholder? I am on a multisite installation, so I can't hardcode the site name and email address.

p.

Comments

Daglees’s picture

Issue summary: View changes

You can use:

variable_get('site_name');

in any templates.

Daglees’s picture

Status: Active » Closed (fixed)