source: tags/build-Butterfly02/plugins/grum_plugins_classes-2/maintain.inc.php @ 10978

Last change on this file since 10978 was 2466, checked in by grum, 16 years ago

Asked by rvelices on this topic
http://forum.phpwebgallery.net/viewtopic.php?pid=92097#p92097

A plugin to integrate the menu class

see test_menu directory

A plugin to show how to use the menu class

see AMenuManager directory

And common classes needed for the AMenuManager plugin

see grum_plugins_classes-2 directory

See topic http://forum.phpwebgallery.net/viewtopic.php?pid=92637#p92637 for more
informations

  • Property svn:executable set to *
File size: 374 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
4
5// ini_set('error_reporting', E_ALL);
6// ini_set('display_errors', true);
7
8
9function plugin_install($plugin_id, $plugin_version, &$errors)
10{
11}
12
13function plugin_activate($plugin_id, $plugin_version, &$errors)
14{
15}
16
17function plugin_deactivate($plugin_id)
18{
19}
20
21function plugin_uninstall($plugin_id)
22{
23}
24
25
26?>
Note: See TracBrowser for help on using the repository browser.