diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr> | 2010-06-09 01:58:48 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr> | 2010-06-09 01:58:48 +0200 |
commit | 1f9b482d706b530f0f952bca01104baed7e2666f (patch) | |
tree | 525baae095dad3cdc628e348d45bcae9e0b09dec /includes/common.php | |
parent | 47388127e0f2c59232898147acd0eb55899a5038 (diff) | |
download | website-1f9b482d706b530f0f952bca01104baed7e2666f.tar.gz website-1f9b482d706b530f0f952bca01104baed7e2666f.tar.bz2 website-1f9b482d706b530f0f952bca01104baed7e2666f.tar.xz website-1f9b482d706b530f0f952bca01104baed7e2666f.zip |
Correction to the chipIn box. The paypal page is still be set up in
English.
Diffstat (limited to 'includes/common.php')
-rw-r--r-- | includes/common.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/includes/common.php b/includes/common.php index 8f33f92..a3fa471 100644 --- a/includes/common.php +++ b/includes/common.php @@ -136,8 +136,14 @@ function placeHeader($page_title) <param name="movie" value="http://widget.chipin.com/widget/id/6f60e4ccfafa4022"></param> <param name="allowScriptAccess" value="always"></param> <param name="wmode" value="transparent"></param> - <embed src="http://widget.chipin.com/widget/id/6f60e4ccfafa4022" flashVars="" type="application/x-shockwave-flash" - allowScriptAccess="always" wmode="transparent" width="130" height="130"></embed> + <param name="event_title" value="Server%20RAM"></param> + <param name="event_desc" value="RAM%20for%20Platinum%20-%20TMW%20Server"></param> + <embed src="http://widget.chipin.com/widget/id/6f60e4ccfafa4022" + flashVars="event_title=Server%20RAM&event_desc=RAM%20for%20Platinum%20-%20TMW%20Server" + type="application/x-shockwave-flash" + allowScriptAccess="always" + wmode="transparent" + width="130" height="130"></embed> </object> </div> </div> |