summaryrefslogtreecommitdiff
path: root/display_content_inc.php
blob: 3947024379278dc9a3e9b5dc9385220dadad75d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * display_content_inc
 *
 * @author   spider <spider@steelsun.com>
 * @version  $Revision: 1.4 $
 * @package  liberty
 * @subpackage functions
 */

	global $gBitSmarty, $gBitSystem, $gContent;

//	vd( $gContent->mInfo );
	$gBitSmarty->assign_by_ref( 'pageInfo', $gContent->mInfo );

	$gBitSystem->display( 'bitpackage:liberty/display_content.tpl' );

?>