source: extensions/rightClick/main.inc.php @ 6502

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

rightClick deactivates the context menu on websized pictures and more.

File size: 528 bytes
Line 
1<?php
2/*
3Plugin Name: rightClick
4Version: 2.1.a
5Description: rightClick deactivates the context menu on websized pictures and more.
6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=401
7Author: VDigital
8Author URI: http://piwigo.org/
9*/
10
11if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
12define('RIGHTCK_DIR' , basename(dirname(__FILE__)));
13define('RIGHTCK_PATH' , PHPWG_PLUGINS_PATH . RIGHTCK_DIR . '/');
14define('RIGHTCK_VER' , '2.1.a');
15include_once( RIGHTCK_PATH . 'rightClick_protect.php');
16?>
Note: See TracBrowser for help on using the repository browser.