Loading...
 
Skip to main content

Architecture / Installation


Have a fixed graphic on top of every page.

posts: 14 India

Hi,
I have a graphic "band.jpg" of size 600x50 and one more "repeat.jpg" of 50x50

I want band to be on the top of all the pages and the 50x50 repeat to handle different resolutions.

either replacing where it says this is tiki 1.8 or below it.

Can somebody help. I know there are some .tpl files i need to edit. Whenever i see any of them I get frightened by their complexity.

That is why I have given the name and sizes. Please be kind to somebody who does not understand these tpl files and let me know what exactly I have to put into the tpl files


TIA

gk

posts: 111 Taiwan

the file to edit is templates/tiki-top_bar.tpl or, if it exists, templates/styles/moreneat/tiki-top_bar.tpl (moreneat is an example, replace it with the theme you use). tpl files are smarty files, that are just html files enhanced with some more stuff. copy-paste that html can be enough.

Copy to clipboard
<img src="band.jpg" width="600" heigth="50" /><img src="repeat.jpg" width="50" heigth="50" />