Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Puzzle is a dynamic base theme designed to allow for maximum abstraction in the theme layer. No longer do you need to have a large number of functions in your template.php, nor you need to specify which files to include and when. Puzzle does all the work for you during the creation/rebuilding of the theme registry. For example you can now move al of your theme overrides to their own file so where your template.php used to contain mytheme_username() you no longer need this function cluttering up your template.php. You can move it to theme/mytheme.username.inc.