source: extensions/Photo_add_by/main.inc.php @ 16859

Last change on this file since 16859 was 16859, checked in by ddtddt, 12 years ago

[extensions] - Photo_add_by - firs release

File size: 473 bytes
Line 
1<?php
2/*
3Plugin Name: Photo add by
4Version: auto
5Description:
6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=621
7Author: ddtddt
8Author URI:
9*/
10
11if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
12
13global $prefixeTable;
14
15define('PAB_DIR' , basename(dirname(__FILE__)));
16define('PAB_PATH' , PHPWG_PLUGINS_PATH . PAB_DIR . '/');
17
18 // Plugin on picture page
19if (script_basename() == 'picture') 
20{ 
21  include_once(dirname(__FILE__).'/initpicture.php');
22}
23
24?>
Note: See TracBrowser for help on using the repository browser.