Adding a header to the Siriux theme

PapaTii

Joined: 2009-05-09
Posts: 2
Posted: Sun, 2009-05-10 08:19

I'm using the Siriux theme on my site as it fits in perfectly with the overall site design, but I can't figure out how to add a header. I want to add a banner and a link back to the main site - any suggestions please?

Thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-05-10 17:32

What if you edit theme.tpl
<div class="header"></div>
to
<div class="header">your html here</div>

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
PapaTii

Joined: 2009-05-09
Posts: 2
Posted: Sun, 2009-05-10 20:30

Thanks Dave, so obvious how could I have missed it!

In my (meagre) defence I hadn't noticed that line of code appears twice

<div class="header"></div>
<div class="content">
{g->theme include="progressbar.tpl"}
</div>
{else}
<div class="header"></div>

I'd been changing the 1st line which of course only applies to the page when the nifty little progress bar is showing - silly me.

I'm sure I'll be back with more silly questions.

Tii