Procedural File: pninit.php
Source Location: /system/Theme/pninit.php
Page Details:
Zikula Application Framework
Tags:
theme_delete [line 109]
delete the theme module This function is only ever called once during the lifetime of a particular module instance This function MUST exist in the pninit file for a module Since the theme module should never be deleted we'all always return false here
Tags:
theme_init [line 24]
initialise the theme module This function is only ever called once during the lifetime of a particular module instance. This function MUST exist in the pninit file for a module
Tags:
theme_upgrade [line 59]
bool theme_upgrade(
$oldversion)
|
|
upgrade the theme module from an old version This function can be called multiple times This function MUST exist in the pninit file for a module
Tags:
Parameters
|