By igbonine on
Is it possible to add a content-top and content-bottom regions in Pixture theme I am using drupal 5.18.
If its possible , how do I insert the regions.
Thanks.
Is it possible to add a content-top and content-bottom regions in Pixture theme I am using drupal 5.18.
If its possible , how do I insert the regions.
Thanks.
Comments
=-=
http://drupal.org/node/29139
Thanks
Thanks VeryMisunderstood.
Does this solution apply to table based themes also?
Especially for Pixture whose template.php does not contain any of this code
and the page.tpl.php is all tables.
Any advice?
=-=
it applies to all phptemplate based themes and pixture doesn't have that code yet because it isn't defining regions beyond the default.
when you define new regions in a theme you must also define the defaults. hence the code that gets added to template.php
if the theme is table based ensure you alter/add tables to page.tpl.php for those regions to be available at the theme level when blocks are placed in theme.
Thanks again. Let me get to
Thanks again.
Let me get to work.