Author: tkoomzaaskz
Date: 2010-01-24 23:52:40 +0100 (Sun, 24 Jan 2010)
New Revision: 27147
Modified:
plugins/tdVideoPlugin/trunk/modules/td_video/templates/_file_show.php
Log:
[td][video] corrected admin video display
Modified: plugins/tdVideoPlugin/trunk/modules/td_video/templates/_file_show.php
===================================================================
--- plugins/tdVideoPlugin/trunk/modules/td_video/templates/_file_show.php
2010-01-24 22:49:19 UTC (rev 27146)
+++ plugins/tdVideoPlugin/trunk/modules/td_video/templates/_file_show.php
2010-01-24 22:52:40 UTC (rev 27147)
@@ -1,6 +1,6 @@
<?php use_helper('Video') ?>
-<a href="<?php echo video_path('flv'.'/'.$td_video['file']) ?>"
style="display:block;width:520px;height:330px" id="player"></a>
+<a href="<?php echo '/uploads/td/video/'.$td_video['file'] ?>"
style="display:block;width:520px;height:330px" id="player"></a>
<script>
flowplayer("player", "<?php echo video_path('swf/flowplayer-3.1.5.swf') ?>");
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.