diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-09-15 10:27:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-09-15 10:27:08 +0000 |
commit | 48727a34c2824799730b2f37fa8e808a86344c54 (patch) | |
tree | 01f9c63a2dccc98d93ebff3834c7995c96928fd6 | |
parent | e8753785184b3085780d48ddddf4df60d6ca66fe (diff) | |
download | brdo-48727a34c2824799730b2f37fa8e808a86344c54.tar.gz brdo-48727a34c2824799730b2f37fa8e808a86344c54.tar.bz2 |
- Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc.
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 81c4d7e2d..4c20aaf6e 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -8,7 +8,7 @@ * The theme system allows for nearly all output of the Drupal system to be * customized by user themes. * - * @see <a href="http://drupal.org/node/253">Theme system</a> + * @see <a href="http://drupal.org/node/171179">Theme guide</a> * @see themeable */ |