diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/page.html.php | 2 |
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() ?> |