aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/event_head.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-04-26 23:00:10 +0100
committerThomas Willingham <founder@kakste.com>2013-04-26 23:00:10 +0100
commit2f43553542ff5bd267dafc441b267343f2b0cf4d (patch)
tree1e2de62ff61abfb8e90db26442bd85252fcb0af2 /view/tpl/smarty3/event_head.tpl
parent6383203ebc04c41c069442bffe4c3aa7fcb4caf9 (diff)
downloadvolse-hubzilla-2f43553542ff5bd267dafc441b267343f2b0cf4d.tar.gz
volse-hubzilla-2f43553542ff5bd267dafc441b267343f2b0cf4d.tar.bz2
volse-hubzilla-2f43553542ff5bd267dafc441b267343f2b0cf4d.zip
Unbork smarty templates.
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);
}
);
}