Allow ability to use a transparent logo instead of company name on the Shallow Grunge Theme.

CommentFileSizeAuthor
#1 shallowgrunge.zip1.57 KBCory Goodwin

Comments

Cory Goodwin’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new1.57 KB

Add the following to shallowgrunge.info file under ;FEATURES

features[] = logo

Add the following right above the entry for $site_name

<?php if ($logo) { ?><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>

Or replace with the attached files.

Cory Goodwin’s picture

Status: Patch (to be ported) » Closed (fixed)

Included in development snapshot.