diff options
Diffstat (limited to 'view/tpl/prettyphoto.tpl')
-rw-r--r-- | view/tpl/prettyphoto.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/prettyphoto.tpl b/view/tpl/prettyphoto.tpl new file mode 100644 index 000000000..6d047e620 --- /dev/null +++ b/view/tpl/prettyphoto.tpl @@ -0,0 +1,6 @@ +<script type="text/javascript" charset="utf-8"> + $(document).ready(function(){ + $("a[rel^='prettyPhoto']").prettyPhoto(); + }); +</script> + |