From 15866e38a54692cb5e345a709dba6639f8085ea1 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 16 Jun 2009 19:46:54 +0000 Subject: 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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit