Go to the source code of this file.
◆ getPage_All()
◆ getPage_Calendar()
◆ getPage_Home()
◆ getPage_Popular()
◆ getPage_Search()
◆ showTags()
showTags |
( |
|
$aParam = array() , |
|
|
|
$iBoxId = 1 , |
|
|
|
$sAction = '' , |
|
|
|
$iBox = 0 , |
|
|
|
$sTitle = '' |
|
) |
| |
◆ $bAjaxMode
$bAjaxMode = isset($_SERVER['HTTP_X_REQUESTED_WITH']) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ? true : false |
◆ $sAction
$sAction = empty($_GET['action']) ? '' : $_GET['action'] |
◆ CH_TAGS_ACTION_ALL
const CH_TAGS_ACTION_ALL 'all' |
◆ CH_TAGS_ACTION_CALENDAR
const CH_TAGS_ACTION_CALENDAR 'calendar' |
◆ CH_TAGS_ACTION_HOME
const CH_TAGS_ACTION_HOME 'home' |
◆ CH_TAGS_ACTION_POPULAR
const CH_TAGS_ACTION_POPULAR 'popular' |
◆ CH_TAGS_ACTION_SEARCH
const CH_TAGS_ACTION_SEARCH 'search' |
◆ CH_TAGS_BOX_DISIGN
const CH_TAGS_BOX_DISIGN 1 |
◆ CH_TAGS_BOX_INT_MENU
const CH_TAGS_BOX_INT_MENU 2 |
◆ else
switch ( $sAction) if (! $bAjaxMode) else |