Cheetah
|
Go to the source code of this file.
Classes | |
class | ChWallPage |
Variables | |
global | $_page |
global | $_page_cont |
$iIndex = 1 | |
$_page ['name_index'] = $iIndex | |
$_page ['css_name'] = 'cmts.css' | |
$_page ['js_name'] = 'ChWsbCmts.js' | |
$_page ['header'] = _t('_wall_page_caption') | |
$oSubscription = ChWsbSubscription::getInstance() | |
$oWall = new ChWallModule($aModule) | |
$sOwnerUsername = isset($aRequest[0]) ? process_db_input($aRequest[0], CH_TAGS_STRIP) : '' | |
$oWallPage = new ChWallPage($sOwnerUsername, $oWall) | |
$_page_cont [$iIndex]['page_main_code'] = $oSubscription->getData() . $oWallPage->getCode() | |
$_page_cont[ $iIndex][ 'page_main_code'] = $oSubscription->getData() . $oWallPage->getCode() |
$oSubscription = ChWsbSubscription::getInstance() |
$oWall = new ChWallModule($aModule) |
$oWallPage = new ChWallPage($sOwnerUsername, $oWall) |
$sOwnerUsername = isset($aRequest[0]) ? process_db_input($aRequest[0], CH_TAGS_STRIP) : '' |