| 1 |
<?php |
<?php |
| 2 |
// $Id: mysite.module,v 1.93 2008/02/13 01:27:07 agentken Exp $ |
// $Id: mysite.module,v 1.94 2008/04/01 00:55:56 agentken Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
/** |
/** |
| 21 |
|
|
| 22 |
/** |
/** |
| 23 |
* @file |
* @file |
| 24 |
* Creates and manages custom user pages for viewing site content. |
* Core module file for the MySite module. |
| 25 |
* |
* |
| 26 |
* @ingroup mysite |
* @ingroup mysite |
| 27 |
*/ |
*/ |
| 28 |
|
|
| 29 |
/** |
/** |
| 30 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 31 |
*/ |
*/ |
| 32 |
function mysite_help($section) { |
function mysite_help($section) { |
| 33 |
switch ($section) { |
switch ($section) { |
| 34 |
case 'admin/help#mysite': |
case 'admin/help#mysite': |