themer pack

Events happening in the community are now at Drupal community events on www.drupal.org.
merlinofchaos's picture

Code style and other minor requirements

I just checked out the watchdog section, and there are a few code and code style things I'd like to point out.

All template.php files must begin with:

<?php
// $Id$

All .tpl.php files must begin with:

<?php // $Id$ ?>

All function overrides in template.php should begin with a comment that at the very least provides a URL
to the api.drupal.org documentation for that function:

Read more
Subscribe with RSS Syndicate content