diff options
Diffstat (limited to 'view/tpl/smarty3/event_head.tpl')
-rw-r--r-- | view/tpl/smarty3/event_head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/event_head.tpl b/view/tpl/smarty3/event_head.tpl index 6cbb98ae7..e0b9b4e4c 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){ - $.fancybox(data); + $.prettyPhoto(data); } ); } |