diff options
Diffstat (limited to 'views/default/tidypics')
-rw-r--r-- | views/default/tidypics/js/slideshow.php | 1 | ||||
-rw-r--r-- | views/default/tidypics/js/tagging.php | 0 | ||||
-rw-r--r-- | views/default/tidypics/tagging.php | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/views/default/tidypics/js/slideshow.php b/views/default/tidypics/js/slideshow.php new file mode 100644 index 000000000..20eafd7c4 --- /dev/null +++ b/views/default/tidypics/js/slideshow.php @@ -0,0 +1 @@ +<script type="text/javascript" src="<?php echo $CONFIG->wwwroot . 'mod/tidypics/vendors/PicLensLite/piclens_optimized.js'; ?>"></script>
\ No newline at end of file diff --git a/views/default/tidypics/js/tagging.php b/views/default/tidypics/js/tagging.php new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/views/default/tidypics/js/tagging.php diff --git a/views/default/tidypics/tagging.php b/views/default/tidypics/tagging.php index 536bf6b20..251534b80 100644 --- a/views/default/tidypics/tagging.php +++ b/views/default/tidypics/tagging.php @@ -85,5 +85,5 @@ ?> </div> <?php - echo elgg_view('js/tagging', array('photo_tags_json' => $photo_tags_json,) ); + echo elgg_view('tidypics/js/tagging', array('photo_tags_json' => $photo_tags_json,) ); ?>
\ No newline at end of file |