I'm attempting to create a theme for WordPress MU that, for simplicity's sake needs to contain some links to the main home page for the site.
I wish to do this in a dynamic manner so, for instance, I could pull the logo from the main Blog, and not need to duplicate it within the theme.
What I've got so far is:
Which would display as:
on the main blog, but displays as:
on example.domain.com.
Is there a way (other than hard coding the main blog's URL into the theme itself) where I could alter that original code and display the main blogs url (http://domain.com) on the subdomains?