Exponent v2.7.2

expTheme.php

Tags
define

"BASE" "../../.."

Interfaces, Classes, Traits and Enums

expTheme
This is the class expTheme
theme
This is the base theme class

Table of Contents

BTN_COLOR  = 'black'
BTN_SIZE  = 'small'
DISPLAY_THEME  = DISPLAY_THEME_REAL
exdoc The directory and class name of the current active theme. This may be different than the configured theme (DISPLAY_THEME_REAL) due to previewing.
SWATCH  = "''"
THEME_ABSOLUTE  = BASE . 'themes/' . DISPLAY_THEME . '/'
exdoc The absolute path to the current active theme's files. This is similar to the BASE constant
THEME_RELATIVE  = PATH_RELATIVE . 'themes/' . DISPLAY_THEME . '/'
exdoc The relative web path to the current active theme. This is similar to the PATH_RELATIVE constant.
THEME_STYLE  = THEME_STYLE_REAL
exdoc The name of the current active theme style.
XHTML  = 0
XHTML_CLOSING  = ""

Constants

BTN_COLOR

public mixed BTN_COLOR = 'black'

BTN_SIZE

public mixed BTN_SIZE = 'small'

DISPLAY_THEME

exdoc The directory and class name of the current active theme. This may be different than the configured theme (DISPLAY_THEME_REAL) due to previewing.

public mixed DISPLAY_THEME = DISPLAY_THEME_REAL

THEME_ABSOLUTE

exdoc The absolute path to the current active theme's files. This is similar to the BASE constant

public mixed THEME_ABSOLUTE = BASE . 'themes/' . DISPLAY_THEME . '/'

THEME_RELATIVE

exdoc The relative web path to the current active theme. This is similar to the PATH_RELATIVE constant.

public mixed THEME_RELATIVE = PATH_RELATIVE . 'themes/' . DISPLAY_THEME . '/'

THEME_STYLE

exdoc The name of the current active theme style.

public mixed THEME_STYLE = THEME_STYLE_REAL

XHTML_CLOSING

public mixed XHTML_CLOSING = ""

Search results