source: extensions/GrumPluginClasses/admin/plugin_admin.php @ 5550

Last change on this file since 5550 was 5550, checked in by grum, 14 years ago

Release 3.0.0 : the plugin has been completely rewritten

File size: 861 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : Grum Plugin Class
4  Author     : Grum
5    email    : grum@piwigo.org
6    website  : http://photos.grum.fr
7    PWG user : http://forum.phpwebgallery.net/profile.php?id=3706
8
9    << May the Little SpaceFrog be with you ! >>
10  ------------------------------------------------------------------------------
11  See main.inc.php for release information
12
13  --------------------------------------------------------------------------- */
14
15if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
16
17include(GPC_PATH."gpc_aip.class.inc.php");
18
19global $prefixeTable;
20
21load_language('plugin.lang', GPC_PATH);
22
23$main_plugin_object = get_plugin_data($plugin_id);
24
25$plugin_ai = new GPC_AIP($prefixeTable, $main_plugin_object->getFileLocation());
26$plugin_ai->manage();
27
28?>
Note: See TracBrowser for help on using the repository browser.