/[drupal]/contributions/modules/page_title/page_title.module
ViewVC logotype

Diff of /contributions/modules/page_title/page_title.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18.2.17, Sat Oct 31 16:03:01 2009 UTC revision 1.18.2.18, Sat Oct 31 16:15:58 2009 UTC
# Line 1  Line 1 
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
# Line 133  function page_title_form_alter(&$form, $ Line 133  function page_title_form_alter(&$form, $
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 &lt;title&gt; 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,

Legend:
Removed from v.1.18.2.17  
changed lines
  Added in v.1.18.2.18

  ViewVC Help
Powered by ViewVC 1.1.2