I would like to enable a logo in the header of the theme. How do I do it?

Comments

jswaby’s picture

Status: Active » Postponed

The original template was designed without a logo. Sticking to the theme's design, I did not include the logo variable.

If there is more requests for this feature, I can add it in for the second version of this theme.

You could add it in yourself by going into the theme and putting in the following code:

<img src="<?php print $logo ?>" />

Then you'd need to style it accordingly.

jswaby’s picture

Status: Postponed » Closed (fixed)

You seem to be making plenty of progress modding the theme yourself.