blob: bc625473db79fdcd6ccc642b6efc533997374985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
/**
* @version $Header: /cvsroot/bitweaver/_bit_blogs/view.php,v 1.23 2009/10/01 14:16:58 wjames5 Exp $
* @package blogs
* @subpackage functions
*/
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
/**
* required setup
*/
require_once( '../bit_setup_inc.php' );
include_once( BLOGS_PKG_PATH.'display_bitblog_inc.php' );
?>
|