| 1 |
<?php |
<?php |
| 2 |
// vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent: |
// vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent: |
| 3 |
// $Id: view_own.module,v 1.1.2.1 2008/09/04 04:19:48 djuba Exp $ |
// $Id: view_own.module,v 1.1.2.2 2009/05/27 14:43:49 kenorb Exp $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* @file |
* @file |
| 15 |
function view_own_help($path, $arg) { |
function view_own_help($path, $arg) { |
| 16 |
switch ($path) { |
switch ($path) { |
| 17 |
case 'admin/help#view_own': |
case 'admin/help#view_own': |
| 18 |
$output = 'Some help info about module'; |
$output = t('Some help info about module'); |
| 19 |
$output = '<p>'. t('The view own module allows administrators to restrict access to nodes with two additional permssions for each content type: "view own <content-type> content" and "view any <content-type> content".') .'</p>'; |
$output = '<p>'. t('The view own module allows administrators to restrict access to nodes with two additional permssions for each content type: "view own <content-type> content" and "view any <content-type> content".') .'</p>'; |
| 20 |
return $output; |
return $output; |
| 21 |
} |
} |