Hello,
I am creating a website where i need the login module to the header part and some modules to the left and right and side. But i am unable to find any solution how to add the modules there. Can you please help how can i give the position of any module in anywhere of the website.
Please help.
Thanks.
Hi
Use this solution
open your themename.info file from your theme directory.
find regions array
then add sections
eg:regions[area_name] = Area name
then you can use <?php print $area_name; ?> in your tpl file
Muhammed Naushad