source: extensions/Panoramas/main.inc.php

Last change on this file was 32435, checked in by ddtddt, 3 years ago

[Panoramas] piwigo 11

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