Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
page_title
Commits
54d6daef
Commit
54d6daef
authored
Dec 16, 2008
by
Nicholas Thompson
Browse files
Added token listing to the bottom of the page title settings page as per issue #342358
parent
136aa57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
page_title-admin-settings-form.tpl.php
page_title-admin-settings-form.tpl.php
+2
-0
No files found.
page_title-admin-settings-form.tpl.php
View file @
54d6daef
...
...
@@ -11,3 +11,5 @@ foreach (element_children($form['title']) as $key) {
print
theme
(
'table'
,
array
(
'Page Type'
,
'Pattern'
),
$rows
);
print
drupal_render
(
$form
);
print
'<h2>'
.
t
(
'Available Tokens'
)
.
'</h2>'
.
theme
(
'token_help'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment