diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-04 15:34:11 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-04 15:34:11 -0800 |
commit | 24475e914ffb5f639f35b500e29b2743cf2216c7 (patch) | |
tree | 0c626d201dc05cdd69a4f6c103b5f759b1012c32 /themes | |
parent | 0fb8e202c9b41973d96a89f7ecea3007722fa022 (diff) | |
parent | a517d9a33a47a2308cec1c9bfb1138abf181a909 (diff) |
Merge pull request #187 from shadlaws/2033_followon
Follow-on to #2033 - Change variables and js script loading for Flash Fl...
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/page.html.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 898b499d..1bb329df 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -50,14 +50,8 @@ <?= $theme->script("gallery.dialog.js") ?> <?= $theme->script("superfish/js/superfish.js") ?> <?= $theme->script("jquery.localscroll.js") ?> - - <? /* These are page specific but they get combined */ ?> - <? if ($theme->page_subtype == "photo"): ?> <?= $theme->script("jquery.scrollTo.js") ?> <?= $theme->script("gallery.show_full_size.js") ?> - <? elseif ($theme->page_subtype == "movie"): ?> - <?= $theme->script("flowplayer-flash/flowplayer.js") ?> - <? endif ?> <?= $theme->head() ?> |