Last updated March 25, 2011. Created by JohnAlbin on April 12, 2008.
Edited by Christopher Jam..., George Petsagourakis, bekasu. Log in to edit this page.
- True sub-theme support. Out of the box, Drupal 5 only allows sub-themes to have their own CSS stylesheets.
- Zen sub-themes can have their own template.php file.
- Zen sub-themes can have their own .tpl.php template files.
- Powerful body classes.
frontornot-frontclasseslogged-inornot-logged-inclassesnode-type-CONTENT_TYPEclass: for example, node-type-page, node-type-story and node-type-forumtwo-sidebars,one-sidebar sidebar-left,one-sidebar sidebar-right, orno-sidebarsclassespage-FULL-URLclasssection-FIRST-DIRECTORYclasssection-node-add,section-node-edit, orsection-node-deleteclasses for node add, edit, and delete pages
- Useful template variables.
$is_adminand$logged_infor page.tpl.php. - Block editing links. Users with permission to edit blocks will see, when hovering over any block, links to edit that block. This is much more intuitive than first going to admin/build/blocks.
- Beautiful tabs with alpha-transparent edges. Drupal 5’s default tab styling is a bit underwhelming. Zen also provides the Photoshop PSD file so you easily edit the PNGs used by the tabs.
- Bold “Unpublished” warning. Out of the box, Drupal 5 will only warn users that a node is unpublished by changing the node’s background to pink. Zen places the word “UNPUBLISHED” into the background of the node. (The Unpublished text is also fully translatable for i18n compatibility.)
- Complete Drupal 5 CSS reference guide. Drupal 5’s CSS is very modular (a good thing!), but it makes trying to find a specific style in one of its 17 CSS files difficult. Zen collects all of Drupal’s CSS styles into one reference file.
- Wireframes. Extremely basic wireframe support is included.