Last change
on this file since 8425 was
6535,
checked in by vdigital, 14 years ago
|
New: Add Untagged elements link in Maintenance menu.
|
File size:
472 bytes
|
Line | |
---|
1 | <?php /* |
---|
2 | Plugin Name: unTagged |
---|
3 | Version: 2.1.a |
---|
4 | Description: Add Untagged elements link in Maintenance menu |
---|
5 | Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=405 |
---|
6 | Author: Piwigo team |
---|
7 | Author URI: http://www.vdigital.org |
---|
8 | */ |
---|
9 | |
---|
10 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
11 | define('UTG_DIR' , basename(dirname(__FILE__))); |
---|
12 | define('UTG_PATH' , PHPWG_PLUGINS_PATH . UTG_DIR . '/'); |
---|
13 | define('UTG_VER' , '2.1.a'); |
---|
14 | include_once( UTG_PATH . 'untagged_main.php'); |
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.