Changeset 678
- Timestamp:
- 2008-07-16 18:31:46 (8 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/styleswitcher/trunk/styleswitcher.plugin.php
r111 r678 29 29 return array( 30 30 'name' => 'StyleSwitcher', 31 'version' => '0.1 ',31 'version' => '0.1.1', 32 32 'url' => 'http://habariproject.org/', 33 33 'author' => 'Habari Community', … … 45 45 $jq_js_file= Site::get_url('scripts', TRUE) . 'jquery.js'; 46 46 $ss_js_file= Site::get_url('user', TRUE) . 'plugins/' . basename(dirname(__FILE__)) . '/styleswitcher.js'; 47 Stack::add( 'template_header_javascript', $jq_js_file );48 Stack::add( 'template_header_javascript', $ss_js_file );47 Stack::add( 'template_header_javascript', $jq_js_file, 'jquery' ); 48 Stack::add( 'template_header_javascript', $ss_js_file, 'styleswitcher' ); 49 49 } 50 50
