Navigation Bar (or Link) above Siriux Theme

dehein2

Joined: 2009-02-24
Posts: 29
Posted: Tue, 2009-06-30 15:57

Hi,
i want to add a simple Navigation bar above the Siriux Theme (no Frame).. very simple.. just a div container with a few links..
Unfortunatly i wasnt able to find the file and location to edit the code to do so...

Can someone please help me!?
THanks alot
Dennis

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22850
Posted: Wed, 2009-07-01 03:21

edit theme.tpl ...read direction at top of page.
add the bold:

      {else}
      <div class="header">this is the header location to add stuff</div>

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
dehein2

Joined: 2009-02-24
Posts: 29
Posted: Wed, 2009-07-01 07:29

Hi,
i edited the files (subdomains/freunde/httpdocs/bilder/themes/siriux/theme.tpl templates a followed:

{elseif $theme.pageType == 'progressbar'}
<div class="header"> TEST</div>
<div class="content">
{g->theme include="progressbar.tpl"}
</div>
{else}
<div class="header">TEST</div>
<div class="content">

but i can not finde the test Text... (yes i cleared the cache :) )

Thanks for your help
Dennis

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22850
Posted: Wed, 2009-07-01 16:09

url?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
dehein2

Joined: 2009-02-24
Posts: 29
Posted: Wed, 2009-07-01 16:20

Hi,
its a private Page.. but i see the "TEST"now... i changes it now.. but dont the the change.. is there sth. like a server side cache?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22850
Posted: Wed, 2009-07-01 16:33

FAQ: How can I clear cached data?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
dehein2

Joined: 2009-02-24
Posts: 29
Posted: Wed, 2009-07-01 21:55

thanks