So, I have a parent theme, and my subtopic is included in Drupal 7.
I indicated in the .info subtopics that the base theme is the parent theme.
As soon as I create a page, how can I say that this page inherits my subtopic?
Any help would be greatly appreciated.
EDIT : So I want to create some new pages (about 20) that will follow the same template file as the rest of my Drupal site. However, they will all have different background images, link colors, and header styles. I realized that the Drupal subtopics allowed me to create a page that inherits the main stylesheet, but allows me to change it as needed for new pages. It doesn't seem like that for a subtopic.
Thanks to Matt V: Subtopics let you use an existing theme as a starting point for creating your own theme.
source
share