source: extensions/lmt/admin/plugin_admin.php @ 3396

Last change on this file since 3396 was 3396, checked in by grum, 15 years ago

Add plugin LMT

  • Property svn:executable set to *
File size: 783 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : LMT
4  Author     : Grum
5    email    : grum@piwigo.org
6    website  : http://photos.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
16include(LMT_PATH."lmt_aip.class.inc.php");
17
18global $prefixeTable;
19
20load_language('plugin.lang', LMT_PATH);
21
22$main_plugin_object = get_plugin_data($plugin_id);
23
24$plugin_aip = new LMT_AIP($prefixeTable, $main_plugin_object->get_filelocation());
25$plugin_aip->manage();
26?>
Note: See TracBrowser for help on using the repository browser.