aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/event_head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/event_head.tpl')
-rw-r--r--view/tpl/smarty3/event_head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/event_head.tpl b/view/tpl/smarty3/event_head.tpl
index e0b9b4e4c..6cbb98ae7 100644
--- a/view/tpl/smarty3/event_head.tpl
+++ b/view/tpl/smarty3/event_head.tpl
@@ -12,7 +12,7 @@
$.get(
'{{$baseurl}}/events/?id='+eventid,
function(data){
- $.prettyPhoto(data);
+ $.fancybox(data);
}
);
}