In this post we release a yet another freebie: a Drupal Cheat Sheet Desktop Wallpaper, a desktop wallpaper that features most popular variables of the open source content management system Drupal. The wallpaper was created by Giovanni Scala for Smashing Magazine and its readers.
Features
This pack is a set of wallpapers for Drupal developers showcasing available Drupal variables and their descriptions in a compact overview.
Page.tpl.php
defines the main skeleton for the page,Node.tpl.php
controls the display of a node, and a node summary,Comment.tpl.php
defines the HTML for the comments block,Block.tpl.php
contains theme implementation to display a block (left and/or right side of page),Box.tpl.php
prints a simple HTML box around a page element.