aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2011-02-03 08:51:55 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2011-02-03 08:51:55 +0000
commit90ae392eadddfad417ed4ac752134e3eca70066c (patch)
tree32b457adc2c2bdc2a47f1d6afbcfcef4dc632a78 /theme
parent0e7283722f6ed7b6a8ace7c4683c7c260ff7a7e4 (diff)
downloadvideo-90ae392eadddfad417ed4ac752134e3eca70066c.tar.gz
video-90ae392eadddfad417ed4ac752134e3eca70066c.tar.bz2
Updating the video players with the D7 theme registry preprocess functions.
Diffstat (limited to 'theme')
-rw-r--r--theme/video-play-quicktime.tpl.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/theme/video-play-quicktime.tpl.php b/theme/video-play-quicktime.tpl.php
index a69ce26..d234130 100644
--- a/theme/video-play-quicktime.tpl.php
+++ b/theme/video-play-quicktime.tpl.php
@@ -1,4 +1,4 @@
-<?php
+<?php
//$Id$
/*
* @file
@@ -22,11 +22,11 @@
<param name="autoplay" value="<?php print $video->autoplay ? 'true' : 'false'; ?>" />
<param name="pluginurl" value="http://www.apple.com/quicktime/download/" />
<embed src="<?php print $video->files->{$video->player}->url; ?>"
- type="video/quicktime"
- pluginspage="http://www.apple.com/quicktime/download/"
- width="<?php print $video->player_width; ?>"
- height="<?php print $video->player_height; ?>"
- autostart="<?php print $video->autoplay ? 'true' : 'false'; ?>"
- controller="true" >
+ type="video/quicktime"
+ pluginspage="http://www.apple.com/quicktime/download/"
+ width="<?php print $video->player_width; ?>"
+ height="<?php print $video->player_height; ?>"
+ autostart="<?php print $video->autoplay ? 'true' : 'false'; ?>"
+ controller="true" >
</embed>
</object> \ No newline at end of file