1. Make a copy of the theme you are using and put it into a folder called themes, this folder should be in the site/all/,
2. Open the theme_name.info inside notepad or notepad++ (not Word or a word processor)
3. Add a line under the description line: regions[new_region] = New Region
4. Open page.tpl.php inside notepad or notepad++ (not Word or a word processor)
5. Add the lines:
<?php if ($new_region) { ?><div id="new_region" class="new_region_class_name">
<?php print $new_region ?>
</div><?php ? ?>
6. Go to the blocks layout page and add blocks to your New Region
You might have to flush all of your caches depending upon how you have your caching settings.
Hi Friends ,
Hi any one pleas say me how to create a new region in blocks like already we have leftbar rightbar..
Thanks in advance
Regards
Ram Prasath
--
[ Drupal support list | http://lists.drupal.org/ ]