source: extensions/GrumPluginClasses/classes/GPCTranslate.class.inc.php @ 8961

Last change on this file since 8961 was 8961, checked in by grum, 13 years ago

release 3.4.0
fix bug:1984, bug:2109
js file are minified, remove packed files

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<?php
2
3/* -----------------------------------------------------------------------------
4  class name     : GPCTranslate
5  class version  : 2.1.1
6  plugin version : 3.4.0
7  date           : 2011-01-28
8  ------------------------------------------------------------------------------
9  author: grum at piwigo.org
10  << May the Little SpaceFrog be with you >>
11  ------------------------------------------------------------------------------
12
13  ------------------------------------------------------------------------------
14
15  :: HISTORY
16
17| release | date       |
18| 2.1.0   | 2010/03/31 | * update class & functions names
19|         |            |
20| 2.1.1   | 2011/01/09 | * fixbug on js loading
21|         |            |
22|         |            | * use GPCCore::addUI function (the class is kept for
23|         |            |   compatibility with older plugins)
24|         |            |
25|         |            |
26
27  ------------------------------------------------------------------------------
28   class call API in HTML header, and provide a .js file manage API call
29        >>  http://code.google.com/apis/ajaxlanguage/
30
31    - constructor
32   ---------------------------------------------------------------------- */
33class GPCTranslate
34{
35  public function __construct()
36  {
37    GPCCore::addUI('googleTranslate');
38  }
39} //class
40
41?>
Note: See TracBrowser for help on using the repository browser.