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
Posts: 22850
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
Posts: 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
Posts: 22850
url?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 29
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?
Posts: 22850
FAQ: How can I clear cached data?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 29
thanks