source: extensions/unTagged/main.inc.php @ 31813

Last change on this file since 31813 was 6535, checked in by vdigital, 14 years ago

New: Add Untagged elements link in Maintenance menu.

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