Topics

Function ipGetThemeOption()

ipGetThemeOption — Get a theme option value.

Description:

string ipGetThemeOption ( string $name , [ mixed|null $default ] )

Get a theme option value. Theme options ar used for changing theme design. These options can be managed using administration page.

Package: ImpressPages

Parameters:

string $name Option name.
mixed|null $default = null A value returned if the option was not set.

Return values:

string Theme option value.
comments powered by Disqus