source: extensions/GrumPluginClasses/admin.php @ 19961

Last change on this file since 19961 was 16458, checked in by grum, 12 years ago

feature:2634- compatibility with Piwigo 2.4
Update URI + small changes

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