tuupola / frog_jquery_ui

Add jQuery to Frog CMS admin interface.

This URL has Read+Write access

frog_jquery_ui / index.php
100644 26 lines (23 sloc) 0.638 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
 
/*
* jQuery - Add jQuery to Frog CMS admin interface.
*
* Copyright (c) 2008-2009 Mika Tuupola
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Project home:
* http://www.appelsiini.net/
*
*/
 
Plugin::setInfos(array(
    'id' => 'jquery_ui',
    'title' => 'jQuery UI',
    'description' => 'Add jQuery UI to admin interface.',
    'version' => '1.7.0',
    'license' => 'MIT',
    'require_frog_version' => '0.9.3',
    'update_url' => 'http://www.appelsiini.net/download/frog-plugins.xml',
    'website' => 'http://www.appelsiini.net/'
));