Log in

View Full Version : banner up and menu down ??


Silver_Brick
10-26-2016, 10:09 AM
hi i am using main theme and i want to put that banner up and menu down in the theme where should i go :D

Abronsyth
10-28-2016, 09:31 AM
Go to templates > main > template.tpl (open in a file editer). Find this line:
<tr><td colspan="2" id="image"><span><a href="{$path}index">{$site_name}</a></span></td></tr>

And just move it directly above this line:
<tr><th colspan="2">{$menu}</th></tr>

That should do the trick!