ZenphotoCMS 1.6.1

mobileTheme

Table of Contents

__construct()  : mixed
controlLink()  : mixed
places a link on the theme page to switch to or from the mobile theme
getOptionsSupported()  : mixed
handleOption()  : mixed
theme()  : mixed
Filter to "setupTheme" that will override the gallery theme with the appropriate mobile theme

Methods

__construct()

public __construct() : mixed
Return values
mixed

places a link on the theme page to switch to or from the mobile theme

public static controlLink([string $text = NULL ][, mixed $before = NULL ][, mixed $after = Null ]) : mixed
Parameters
$text : string = NULL

link text

$before : mixed = NULL
$after : mixed = Null
Return values
mixed

getOptionsSupported()

public getOptionsSupported() : mixed
Return values
mixed

handleOption()

public handleOption(mixed $option, mixed $currentValue) : mixed
Parameters
$option : mixed
$currentValue : mixed
Return values
mixed

theme()

Filter to "setupTheme" that will override the gallery theme with the appropriate mobile theme

public static theme(string $theme) : mixed
Parameters
$theme : string
Return values
mixed

Search results