summaryrefslogtreecommitdiff
path: root/view.php
blob: 2064f2ee0503f10c32f0998c0e58ccb8daa5764d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * @version $Header$
 *
 * @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( '../kernel/includes/setup_inc.php' );

include_once( BLOGS_PKG_INCLUDE_PATH.'display_bitblog_inc.php' );
?>