Changeset 21585


Ignore:
Timestamp:
Mar 15, 2013, 7:03:11 PM (11 years ago)
Author:
ddtddt
Message:

[extensions] - Panoramas - test 2.5

Location:
extensions/Panoramas
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/Panoramas/AS_Panorama_admin.php

    r19535 r21585  
    6767        'Dir' => ASP_DIR,
    6868        'Path' => ASP_PATH,
    69         'Ver' => ASP_VER,
    7069  ));
    7170$template->append('head_elements',
  • extensions/Panoramas/AS_Panorama_default.php

    r19535 r21585  
    1414        'Dir' => ASP_DIR,
    1515        'Path' => ASP_PATH,
    16         'Ver' => ASP_VER,
    1716        'in_mode_360' => '_360',
    1817        'in_mode_180' => '_180',
  • extensions/Panoramas/main.inc.php

    r19536 r21585  
    11<?php /*
    22Plugin Name: Panoramas
    3 Version: 2.4.6
     3Version: auto
    44Description: A simple panorama viewer based on jQuery
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=207
     
    4141define('ASP_DIR' , basename(dirname(__FILE__)));
    4242define('ASP_PATH' , PHPWG_PLUGINS_PATH . ASP_DIR . '/');
    43 define('ASP_VER' , '2.1.b');
    4443include_once( ASP_PATH . 'AS_Panorama.php');
    4544?>
Note: See TracChangeset for help on using the changeset viewer.