source: extensions/AMenuManager/admin/plugin_admin.php @ 3681

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

Add plugin Advanced Menu Manager 2.1.0

  • Property svn:executable set to *
File size: 882 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : Advanced Menu Manager
4  Author     : Grum
5    email    : grum@grum.dnsalias.com
6    website  : http://photos.grum.dnsalias.com
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(AMM_PATH."amm_aip.class.inc.php");
18
19global $prefixeTable;
20
21load_language('plugin.lang', AMM_PATH);
22
23$main_plugin_object = get_plugin_data($plugin_id);
24
25$plugin_ai = new AMM_AIP($prefixeTable, $main_plugin_object->get_filelocation());
26$plugin_ai->manage();
27
28?>
Note: See TracBrowser for help on using the repository browser.