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
What if you edit theme.tpl <div class="header"></div> to <div class="header">your html here</div>
<div class="header"></div>
<div class="header">your html here</div>
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
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
Posts: 27300
What if you edit theme.tpl
<div class="header"></div>
to
<div class="header">your html here</div>
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
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