diff options
Diffstat (limited to 'display_bitblog_inc.php')
| -rw-r--r-- | display_bitblog_inc.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/display_bitblog_inc.php b/display_bitblog_inc.php index 14bb481..d2ce842 100644 --- a/display_bitblog_inc.php +++ b/display_bitblog_inc.php @@ -2,12 +2,15 @@ /** * @package blogs * @subpackage functions + * + * Copyright (c) 2004-2006, bitweaver.org + * 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. */ -// Copyright (c) 2004-2006, bitweaver.org -// 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. - +/** + * required setup + */ require_once( BLOGS_PKG_PATH.'BitBlog.php' ); $displayHash = array( 'perm_name' => 'p_blogs_view' ); |
