diff options
Diffstat (limited to 'themes/default/views/movie.html.php')
| -rw-r--r-- | themes/default/views/movie.html.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/default/views/movie.html.php b/themes/default/views/movie.html.php index 0cdf63fa..134e3571 100644 --- a/themes/default/views/movie.html.php +++ b/themes/default/views/movie.html.php @@ -1,5 +1,4 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<script src="<?= url::file("lib/flowplayer.js") ?>" type="text/javascript"></script> <div id="gItem"> <?= $theme->photo_top() ?> @@ -25,7 +24,7 @@ }, controls: { autoHide: 'always', - hideDelay: 2000, + hideDelay: 2000 } } }) @@ -36,5 +35,8 @@ <div><?= p::clean($item->description) ?></div> </div> + <script type="text/javascript"> + var ADD_A_COMMENT = "<?= t("Add a comment") ?>"; + </script> <?= $theme->photo_bottom() ?> </div> |
