source: extensions/Panoramas/main.inc.php @ 12153

Last change on this file since 12153 was 7478, checked in by ddtddt, 13 years ago

[extensions] - Panoramas - release auto

File size: 1.4 KB
Line 
1<?php /*
2Plugin Name: Panoramas
3Version: auto
4Description: A simple panorama viewer based on jQuery
5Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=207
6Author: Piwigo team & OpenStudio
7Author URI: http://www.vdigital.org
8*/
9
10/* Specials thanks to: jquery.panorama authors: Arnault PACHOT & Frédéric Martini
11   Copyright (c) 2009
12   Licence : GPL
13   http://www.openstudio.fr/Un-viewer-de-panoramas-simple-en.html
14   ========================================================= 
15
16 Synopsis: on picture-url if Picture-name contains _360 (by default) change picture display
17
18History
19  2010-05-27 2.1.a
20                         New: jQuery function replacement
21                         jquery.animated.innerfade has been removed
22                         and jquery.panorama added
23  2008-10-04 2.0.b (stable)
24             IE7 bug, with jQuery script (Thanks to repié38 who find cause and solution)
25  2008-09-29 2.0.a (stable)
26             Smarty version for Piwigo (Don't use it with PhpWebGallery 1.7.x)
27  2008-02-10 1.7.d (stable)
28             IE6 bug: corrective for blank pictures
29  2008-02-06 1.7.c
30             High Resolution support
31  2008-02-06 1.7.b (bugged)
32             No title where no decription available
33  2008-01-15 First release
34*/
35if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
36define('ASP_DIR' , basename(dirname(__FILE__)));
37define('ASP_PATH' , PHPWG_PLUGINS_PATH . ASP_DIR . '/');
38define('ASP_VER' , '2.1.b');
39include_once( ASP_PATH . 'AS_Panorama.php');
40?>
Note: See TracBrowser for help on using the repository browser.