Closed (fixed)
Project:
litejazz
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 19:08 UTC
Updated:
17 Oct 2011 at 16:44 UTC
Hi,
I am getting a bit confused with this theme when trying to create new regions.
Can someone please help to create a tutorial/instruction on how to add a new region to this theme?
I have added new regions to other themes before, but the way that the .info, .css files, and page.tpl.php are organized are not what I'm accustomed to. There seems to be some coding logic to group various regions and render them as a group, but I can't quite decipher the logic since I don't have a coding background.
My goal is to create another sidebar on the right between the content top and sidebar right region that is ~300 pixels wide.
Can anyone help on this?
Thanks a bunch,
CarbonPig.com
Comments
Comment #1
mrtoner commentedThis request is far beyond the scope of a single theme's issue queue. You need to be looking at the Drupal theming handbook pages. There are two basic things you'll start with: 1) declaring the region in your .info file and 2) adding the appropriate markup to page.tpl.php. BTW, you should be creating a sub-theme of LiteJazz, not modifying the theme itself.