| 1 |
<?php |
<?php |
| 2 |
// $Id: page_title.module,v 1.18.2.16 2009/10/31 15:56:29 njt1982 Exp $ |
// $Id: page_title.module,v 1.18.2.17 2009/10/31 16:03:01 njt1982 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 133 |
$form['page_title'] = array( |
$form['page_title'] = array( |
| 134 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 135 |
'#title' => t('Page title'), |
'#title' => t('Page title'), |
| 136 |
'#description' => t('Optionally specify a different title to appear in the <title> tag of the page.'), |
'#description' => t('Provide a description of this page that search engines can use in search result listings (optional).'), |
| 137 |
'#default_value' => $form['#node']->page_title, |
'#default_value' => $form['#node']->page_title, |
| 138 |
'#size' => 60, |
'#size' => 60, |
| 139 |
'#maxlength' => 255, |
'#maxlength' => 255, |