/[drupal]/contributions/modules/front/front_page.module
ViewVC logotype

Diff of /contributions/modules/front/front_page.module

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

revision 1.75.2.5, Tue Apr 29 08:08:05 2008 UTC revision 1.75.2.6, Tue Apr 29 08:34:08 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: front_page.module,v 1.75.2.4 2008/04/19 12:15:38 augustin Exp $  // $Id: front_page.module,v 1.75.2.5 2008/04/29 08:08:05 augustin Exp $
3  /**  /**
4   *   *
5   * This module allows the site admin to set advanced front page settings.   * This module allows the site admin to set advanced front page settings.
# Line 82  function front_page_admin() { Line 82  function front_page_admin() {
82        '#type' => 'fieldset',        '#type' => 'fieldset',
83        '#collapsible' => true,        '#collapsible' => true,
84        '#collapsed' => true,        '#collapsed' => true,
85        '#title' => t('Front Page for %rolename.', array('%rolename' => $rolename)),        '#title' => t('Front Page for !rolename.', array('!rolename' => $rolename)),
86      );      );
87    
88      $form[$role]['front_'. $role .'_text'] = array(      $form[$role]['front_'. $role .'_text'] = array(

Legend:
Removed from v.1.75.2.5  
changed lines
  Added in v.1.75.2.6

  ViewVC Help
Powered by ViewVC 1.1.2