Hi,
I am experiencing some problems trying to create my own theme. I am basing it on the Stark theme in Drupal 7.
When I go to the blocks screen (To see all my blocks) or to the home screen none of my blocks show. Any CSS I put directly against a tag in the page.tpl file also doesn't show. Makes me think that I missed a step. All the built in themes work just fine.
This is all in /sites/all/themes/test1
My .info file is shown below: -
; $Id: stark.info,v 1.4 2010/11/07 00:27:20 dries Exp $
name = test1
description = This theme was created by Axonbirch for mittenclarke
base theme = stark
core = 7.x
stylesheets[all][] = layout.css
regions[topmenu] = Top Menu
regions[header] = Header
regions[content] = Main Content
regions[sidebarmenu] = Sidebar Menu
regions[sidebarcontent] = Sidebar Content
regions[sidebarother] = Sidebar Other
regions[footer] = Footer
; Information added by drupal.org packaging script on 2011-01-05
version = "7.0"
project = "drupal"
datestamp = "1294208756"
This is the page.tpl file that I created: -
// $Id: page.tpl.php,v 1.48 2010/11/20 04:03:51 webchick Exp $
print render($page['topmenu']);
print render($page['header']);
print render($page['content']);
print render($page['sidebarmenu']);