diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:02:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 17:02:34 +0000 |
commit | edcba28ac7faceed8fe83506e069cbd3447a36aa (patch) | |
tree | 01067c780cc3408bc1b685519f2e6f1e5ca11208 /www/Makefile | |
parent | 74823dbc2a2bf684b64a9a7eaf932da1f9d70dff (diff) |
Tokens are small bits of text that can be placed into larger documents via
simple placeholders, like %site-name or [user]. The Token module provides a
central API for modules to use these tokens, and expose their own token
values.
WWW: http://drupal.org/project/token
PR: ports/120578
Submitted by: Jeremy Iverson <jeremy at algenta.com>
Notes
Notes:
svn path=/head/; revision=207341
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 99d116b60a1b..5b87df806cc2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -145,6 +145,7 @@ SUBDIR += drupal5-taxonomy_access SUBDIR += drupal5-taxonomy_ticker SUBDIR += drupal5-tinymce + SUBDIR += drupal5-token SUBDIR += drupal5-ubrowser SUBDIR += drupal5-views SUBDIR += dtse |