/[drupal]/contributions/modules/coolfilter/coolplayer_config.php
ViewVC logotype

Contents of /contributions/modules/coolfilter/coolplayer_config.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Mon Apr 9 11:23:08 2007 UTC (2 years, 7 months ago) by lllkkk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
fix a spell mistake
1 <?php
2 /*************************************************************************
3 * Configure default CoolPlayer options
4 **************************************************************************/
5
6 $coolplayer_width = 480;
7 $coolplayer_height = 380;
8 $coolplayer_autoplay = "0";
9 $coolplayer_loop = "0";
10 $coolplayer_charset = "GBK";
11 $coolplayer_download = "block";
12 $coolplayer_mediatype = "";
13 $coolplayer_pluginpath = "modules/coolfilter";
14 $coolplayer_rpcurl = "/drupal/modules/coolfilter/rpc.php";
15 ?>

  ViewVC Help
Powered by ViewVC 1.1.2