Procedural File: pnuserapi.php
Source Location: /Theme/pnuserapi.php
Page Details:
Zikula Application Framework
Tags:
theme_userapi_clear_cache [line 271]
void theme_userapi_clear_cache(
$args)
|
|
Clear cached pages
Using this function, the admin can clear all cached templates for the system.
Tags:
Parameters
theme_userapi_clear_compiled [line 242]
void theme_userapi_clear_compiled(
$args)
|
|
Clear compiled templates
Using this function, the user can clear all compiled templates for the system.
Tags:
Parameters
theme_userapi_createinifile [line 204]
mixed theme_userapi_createinifile(
$args)
|
|
create an ini file
Tags:
Parameters
theme_userapi_getpageconfiguration [line 78]
void theme_userapi_getpageconfiguration(
$args)
|
|
Get a page configuration for a theme
Parameters
theme_userapi_getpageconfigurations [line 65]
void theme_userapi_getpageconfigurations(
$args)
|
|
Get all page configurations for a theme
Parameters
theme_userapi_getpalettenames [line 294]
void theme_userapi_getpalettenames(
$args)
|
|
get a list of palettes available for a theme
Parameters
theme_userapi_getpalettes [line 52]
void theme_userapi_getpalettes(
$args)
|
|
Get all paletters for a theme
Parameters
theme_userapi_gettemplates [line 94]
void theme_userapi_gettemplates(
$args)
|
|
Get all templates for a theme
Parameters
theme_userapi_getvariables [line 17]
void theme_userapi_getvariables(
$args)
|
|
Get all settings for a theme
Parameters
theme_userapi_resettodefault [line 314]
void theme_userapi_resettodefault(
$args)
|
|
reset the current users theme to the site default
Parameters
theme_userapi_writeinifile [line 159]
void theme_userapi_writeinifile(
$args)
|
|
write an ini file to the running configuration directory
Parameters
_theme_userapi_parseinifile [line 340]
void _theme_userapi_parseinifile(
$filename)
|
|
read an ini file
This API is only used if a) a running configuration exists and b) safe mode is on
The API is necessary becasue parse_ini_file usage is restricted under safe mode.
Parameters
_theme_userapi_readinifile [line 121]
void _theme_userapi_readinifile(
$args)
|
|
read an ini file from either the master theme config or running config
Parameters