Closed (fixed)
Project:
AD The Morning After
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2009 at 16:51 UTC
Updated:
13 Jun 2009 at 22:30 UTC
Hi there,
is it possible to move a region to another place?
I would like to have the region "left-sidebar2 to the left side. I mean like:
left-sidebar <> content <> right-sidebar
is there a way to do it?
Would be really nice if you can give me a suggestion how to do this.
Thanks a lot, have a nice day and sorry for the bad english
Regards,
Tim
Comments
Comment #1
ericjam commentedRegions are called in the
page.tpl.phpfile that look like this<?php print $left-sidebar2; ?>Move them around the page as you please though do be careful if some have IF conditions attached to them, make sure to move the code intact:
For what you propose just solve via DIVs like
Thats an *example* btw, make sure your region names match up with .info