Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
page_title
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
page_title
Commits
a9a5d31d
Commit
a9a5d31d
authored
13 years ago
by
Nicholas Thompson
Browse files
Options
Downloads
Patches
Plain Diff
Updating the README.txt
parent
09cdab14
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+6
-5
6 additions, 5 deletions
README.txt
with
6 additions
and
5 deletions
README.txt
+
6
−
5
View file @
a9a5d31d
...
...
@@ -39,14 +39,15 @@ INSTALLATION:
database:
CREATE TABLE `page_title` (
`nid` INT NOT NULL ,
`page_title` VARCHAR( 128 ) NOT NULL ,
PRIMARY KEY ( `nid` )
) /*!40100 DEFAULT CHARACTER SET utf8 */;
`type` varchar(15) NOT NULL default 'node',
`id` int(10) unsigned NOT NULL default '0',
`page_title` varchar(255) NOT NULL default '',
PRIMARY KEY (`type`,`id`)
);
3. Optionally configure the two variations of page title by visiting:
Administer >
Content management
> Page title
s
Administer >
Site configuration
> Page title
From the configuration page you can define "patterns" for sections of your
site as well as toggling the visibility of the Page Title field.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment