Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page pnuserapi.php

Procedural File: pnuserapi.php

Source Location: /Theme/pnuserapi.php

Classes:



Page Details:

Zikula Application Framework



Tags:

author:  Mark West
version:  $Id: pnuserapi.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








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:

author:  Joerg Napp
author:  Frank Schummertz


Parameters

   $args  
[ Top ]



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:

author:  Joerg Napp
author:  Frank Schummertz


Parameters

   $args  
[ Top ]



theme_userapi_createinifile [line 204]

mixed theme_userapi_createinifile( $args)

create an ini file



Tags:

return:  string ini file contents if succesful, boolean false otherwise


Parameters

   $args  
[ Top ]



theme_userapi_getpageconfiguration [line 78]

void theme_userapi_getpageconfiguration( $args)

Get a page configuration for a theme





Parameters

   $args  
[ Top ]



theme_userapi_getpageconfigurations [line 65]

void theme_userapi_getpageconfigurations( $args)

Get all page configurations for a theme





Parameters

   $args  
[ Top ]



theme_userapi_getpalettenames [line 294]

void theme_userapi_getpalettenames( $args)

get a list of palettes available for a theme





Parameters

   $args  
[ Top ]



theme_userapi_getpalettes [line 52]

void theme_userapi_getpalettes( $args)

Get all paletters for a theme





Parameters

   $args  
[ Top ]



theme_userapi_gettemplates [line 94]

void theme_userapi_gettemplates( $args)

Get all templates for a theme





Parameters

   $args  
[ Top ]



theme_userapi_getvariables [line 17]

void theme_userapi_getvariables( $args)

Get all settings for a theme





Parameters

   $args  
[ Top ]



theme_userapi_resettodefault [line 314]

void theme_userapi_resettodefault( $args)

reset the current users theme to the site default





Parameters

   $args  
[ Top ]



theme_userapi_writeinifile [line 159]

void theme_userapi_writeinifile( $args)

write an ini file to the running configuration directory





Parameters

   $args  
[ Top ]



_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

   $filename  
[ Top ]



_theme_userapi_readinifile [line 121]

void _theme_userapi_readinifile( $args)

read an ini file from either the master theme config or running config





Parameters

   $args  
[ Top ]


Packages:

Files:

Classes: