Closed (fixed)
Project:
Genesis
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 17:57 UTC
Updated:
25 Jun 2012 at 16:04 UTC
There is a conflict between Drupal's documentation on subthemeing and genesis.
The Drupal subtheme page (http://drupal.org/node/225125) advises that you make a subtheme by placing the subtheme directory within the root directory for the theme. Yet the genesis page (http://drupal.org/node/439698) advises that you place a copy of your desired subtheme into the root of sites/all/themes
While this may work properly (I haven't tested it) if someone has and can confirm that it is OK, the discrepancy should be acknowledged somehow.
Thanks for your hard work!
Comments
Comment #1
Jeff Burnz commentedI suggest you re-read the last two lines of the help page :)
In Drupal 6 the recommended way is to place the sub theme outside of the main themes directory, although in fact it doesn't really matter where they are.
Comment #2
Jeff Burnz commentedComment #3
Screenack commentedArgh. I always hate to trouble the busy. Sorry for the rabbit trail.
Comment #4
harriska2 commentedI have the same question above and the answers aren't crystal clear. The quote
Can't be found. What is the base theme's directory? Is there an example?
Currently, directions says to
Right now, 7.1 has directories genesis/genesis AND genesis/genesis_SUBTHEME. Should genesis/genesis be placed directly under sites/all/themes/genesis (not sites/all/theme/genesis/genesis). And should genesis/genesis_SUBTHEME be placed under sites/all/themes/genesis_SUBTHEME (not sites/all/theme/genesis/genesis_SUBTHEME)?