diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 03:46:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 03:46:54 +0800 |
commit | 15866e38a54692cb5e345a709dba6639f8085ea1 (patch) | |
tree | 84d561fe3bf88b9cc2604f6f071f64dc646be0f7 /www/Makefile | |
parent | 2fb6557529e67d806388c853f344566e07aefa56 (diff) | |
download | freebsd-ports-gnome-15866e38a54692cb5e345a709dba6639f8085ea1.tar.gz freebsd-ports-gnome-15866e38a54692cb5e345a709dba6639f8085ea1.tar.zst freebsd-ports-gnome-15866e38a54692cb5e345a709dba6639f8085ea1.zip |
A Drupal module which gives editors control over the page title.
It allows editors specify patterns for how the title should be structured,
and on content creation pages, gives you the chance to specify the page
title rather than defaulting to the content's title.
WWW: http://drupal.org/project/page_title
PR: ports/135227
Submitted by: Nick Hilliard <nick at foobar.org>
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 49ac9ac8ba01..050f15c14513 100644 --- a/www/Makefile +++ b/www/Makefile @@ -169,6 +169,7 @@ SUBDIR += drupal6-mimedetect SUBDIR += drupal6-nice_menus SUBDIR += drupal6-nodewords + SUBDIR += drupal6-page_title SUBDIR += drupal6-print SUBDIR += drupal6-tagadelic SUBDIR += drupal6-token |