source: extensions/AMetaData/admin/plugin_admin.php @ 6769

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

Update plugin for Piwigo 2.1

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