source: extensions/Add_tags_Mass/main.inc.php

Last change on this file was 32636, checked in by plg, 2 years ago

compatibility with Piwigo 12

File size: 400 bytes
Line 
1<?php
2/*
3Plugin Name: Add tags mass
4Version: 2.6.1
5Description: Add tags mass
6Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=683
7Author: poulpix
8Author URI: http://fr.piwigo.org/forum/profile.php?id=7164
9Has Settings: true
10*/
11
12if (!defined('PHPWG_ROOT_PATH'))
13{
14  die('Hacking attempt!');
15}
16
17define('ADDTM_PATH', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/');
18?>
Note: See TracBrowser for help on using the repository browser.