summaryrefslogtreecommitdiff
path: root/templates/center_feed.php
blob: ea77fa97b1d760ee45ed5d5d8375df8226f05925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

global $gBitDb,$gQueryUser,$gBitSmarty;

require_once( FEED_PKG_PATH.'feed_lib.php' );

if( !empty($gQueryUser) ){

	$listHash['user_id'] = $gQueryUser->mUserId;
	$actions = feed_get_actions( $listHash );
	$gBitSmarty->assign( 'actions', $actions);


}




?>