Changeset 9663


Ignore:
Timestamp:
Mar 14, 2011, 1:47:38 PM (13 years ago)
Author:
cljosse
Message:

[whois_online] compatibility with piwigo 2.2.ORC4

Location:
extensions/whois_online
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/main.inc.php

    r9147 r9663  
    2323/*
    2424Plugin Name: Whois online
    25 Version: 2.2.0
     25Version: 2.2.1
    2626Description: Who is online?
    2727Plugin URI: http://piwigo.org/ext/extension_view.php?eid=279
  • extensions/whois_online/template/header_2_2.tpl

    r9145 r9663  
    11{combine_script id="jquery" load="header" path = $ROOT_URL|@cat:"themes/default/js/jquery.min.js" }
    2 {combine_script id="jquery.ui" path =$ROOT_URL|@cat:"themes/default/js/ui/ui.core.js" require="jquery"}
     2{combine_script id="jquery.ui" path =$ROOT_URL|@cat:"themes/default/js/ui/minified/jquery.ui.core.min.js" require="jquery"}
    33{combine_script id="jquery.cluetip" path =$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.js" require="jquery,jquery.ui"}
    44{combine_script id="tablesorter" path =$Whois_path|@cat:"jquery/tablesorter/jquery.tablesorter.min.js" require="jquery"}
Note: See TracChangeset for help on using the changeset viewer.