Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Procedural File: pninit.php

Source Location: /system/Theme/pninit.php



Page Details:

Zikula Application Framework



Tags:

author:  Mark West
version:  $Id: pninit.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  GNU/GPL








theme_delete [line 109]

bool theme_delete( )

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:

return:  false
author:  Mark West


[ Top ]



theme_init [line 24]

bool theme_init( )

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:

return:  true on success, false otherwise
author:  Mark West


[ Top ]



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:

return:  true on success, false otherwise
author:  Mark West


Parameters

   $oldversion  
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:53:43 +0200 by phpDocumentor 1.4.1