/[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.78, Sat Apr 19 11:45:33 2008 UTC revision 1.79, Sat Apr 19 12:15:33 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: front_page.module,v 1.77 2008/04/19 11:34:41 augustin Exp $  // $Id: front_page.module,v 1.78 2008/04/19 11:45:33 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 15  Line 15 
15    
16  /**  /**
17   * Implementation of hook_help().   * Implementation of hook_help().
  *  
18   */   */
19  function front_page_help($section) {  function front_page_help($section) {
20    switch ($section) {    switch ($section) {
# Line 35  function front_page_help($section) { Line 34  function front_page_help($section) {
34  }  }
35    
36  /**  /**
37   * This function sets the necessary paths etc., so drupal   * Implementation of hook_menu.
  * knows where to find the front page.  
38   */   */
39  function front_page_menu() {  function front_page_menu() {
40     $items['admin/settings/front'] = array(     $items['admin/settings/front'] = array(
# Line 54  function front_page_menu() { Line 52  function front_page_menu() {
52  }  }
53    
54  /**  /**
55   * Implementation of hook_perm   * Implementation of hook_perm.
56   */   */
57  function front_page_perm() {  function front_page_perm() {
58    return array('access frontpage');    return array('access frontpage');

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

  ViewVC Help
Powered by ViewVC 1.1.2