code style
Code style and other minor requirements
public
group: Themer Pack Working Group
merlinofchaos - Sun, 2007-02-04 22:49
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:
/**
* Documentation:
* http://api.drupal.org/api/5/function/theme_watchdog_form_overview
*
*/Sitewide tags: code style · themer pack
» 3 comments · Read more


