diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-10-13 12:46:21 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-10-13 12:46:21 +0000 |
| commit | fd827654851c30e5a99659baf78290cdbf8adc3c (patch) | |
| tree | 85c252f4b31b05e143cbec2b6d42f78c936146fc /modules | |
| parent | 21e97222a1099ac6e85520657c6971ebd8baa410 (diff) | |
| download | pigeonholes-fd827654851c30e5a99659baf78290cdbf8adc3c.tar.gz pigeonholes-fd827654851c30e5a99659baf78290cdbf8adc3c.tar.bz2 pigeonholes-fd827654851c30e5a99659baf78290cdbf8adc3c.zip | |
phpDoc corrections
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_category_menu.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/mod_category_menu.php b/modules/mod_category_menu.php index b4eef3c..e822aa2 100644 --- a/modules/mod_category_menu.php +++ b/modules/mod_category_menu.php @@ -1,4 +1,18 @@ <?php +/** + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/modules/mod_category_menu.php,v 1.4 2006/10/13 12:46:21 lsces Exp $ + * + * Copyright (c) 2004 bitweaver.org + * Copyright (c) 2003 tikwiki.org + * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. + * All Rights Reserved. See copyright.txt for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details + * + * $Id: mod_category_menu.php,v 1.4 2006/10/13 12:46:21 lsces Exp $ + * @package categories + * @subpackage modules + */ + global $gContent; if( !empty( $gContent->mContentId ) ) { if( $gBitUser->hasPermission( 'p_pigeonholes_view' ) ) { |
