summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-03-03 14:23:18 -0800
committerBharat Mediratta <bharat@menalto.com>2013-03-03 14:23:18 -0800
commit8d05571fa3314dc1b7c3abc4e8e20d8bd4886109 (patch)
tree58e3a892e5f10052bd62c079094505b5d6cb4bb2 /themes
parentd213ef3d3f79819571d42c69a75307dc7e19aaa7 (diff)
parent9d7d6c50bb7713038231232f433ae28f6f117b95 (diff)
Merge pull request #178 from shadlaws/fix_2033
#2033 - Add Flowplayer 5 to play HTML5 videos.
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/views/page.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index 23021e4d..898b499d 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -56,7 +56,7 @@
<?= $theme->script("jquery.scrollTo.js") ?>
<?= $theme->script("gallery.show_full_size.js") ?>
<? elseif ($theme->page_subtype == "movie"): ?>
- <?= $theme->script("flowplayer.js") ?>
+ <?= $theme->script("flowplayer-flash/flowplayer.js") ?>
<? endif ?>
<?= $theme->head() ?>