Cheetah
Functions | Variables
banners.php File Reference

Go to the source code of this file.

Functions

 getPreviewBlock ($iBannerID)
 
 getExistedBannersBlock ()
 
 getManageBannersBlock ()
 

Variables

const CH_SECURITY_EXCEPTIONS true
 
 $aChSecurityExceptions
 
 $logged ['admin'] = member_auth(1, true, true)
 
 $iBannerID = (int)ch_get('banner_id')
 
if( $iBannerID > 0 &&ch_get('action')=="delete") $sManageBannersBlock = getManageBannersBlock()
 
 $sExistedBannersBlock = getExistedBannersBlock()
 
 $sPreviewBlock = getPreviewBlock($iBannerID)
 
 $iNameIndex = 14
 
 $_page
 
 $_page_cont [$iNameIndex]['page_main_code'] = $sPreviewBlock . $sExistedBannersBlock . $sManageBannersBlock
 

Function Documentation

◆ getExistedBannersBlock()

getExistedBannersBlock ( )

Definition at line 67 of file banners.php.

◆ getManageBannersBlock()

getManageBannersBlock ( )

Definition at line 108 of file banners.php.

◆ getPreviewBlock()

getPreviewBlock (   $iBannerID)

Definition at line 47 of file banners.php.

Variable Documentation

◆ $_page

$_page
Initial value:
= array(
'name_index' => $iNameIndex,
'header' => _t('_adm_bann_title'),
'header_text' => _t('_adm_bann_title')
)

Definition at line 36 of file banners.php.

◆ $_page_cont

$_page_cont[ $iNameIndex][ 'page_main_code'] = $sPreviewBlock . $sExistedBannersBlock . $sManageBannersBlock

Definition at line 42 of file banners.php.

◆ $aChSecurityExceptions

$aChSecurityExceptions
Initial value:
= array(
'POST.Text',
'REQUEST.Text',
'POST.Url',
'REQUEST.Url',
)

Definition at line 9 of file banners.php.

◆ $iBannerID

$iBannerID = (int)ch_get('banner_id')

Definition at line 24 of file banners.php.

◆ $iNameIndex

$iNameIndex = 14

Definition at line 35 of file banners.php.

◆ $logged

$logged[ 'admin'] = member_auth(1, true, true)

Definition at line 21 of file banners.php.

◆ $sExistedBannersBlock

$sExistedBannersBlock = getExistedBannersBlock()

Definition at line 30 of file banners.php.

◆ $sManageBannersBlock

if ($iBannerID > 0 &&ch_get( 'action')=="delete") $sManageBannersBlock = getManageBannersBlock()

Definition at line 29 of file banners.php.

◆ $sPreviewBlock

$sPreviewBlock = getPreviewBlock($iBannerID)

Definition at line 31 of file banners.php.

◆ CH_SECURITY_EXCEPTIONS

const CH_SECURITY_EXCEPTIONS true

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file banners.php.

$iNameIndex
$iNameIndex
Definition: banners.php:35
_t
_t($key, $arg0="", $arg1="", $arg2="")
Definition: languages.inc.php:509