diff options
author | Thomas Willingham <founder@kakste.com> | 2013-07-14 02:36:59 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-07-14 02:36:59 +0100 |
commit | ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc (patch) | |
tree | 6e6e233727121757a62218c6af43559daaa6a676 /view/tpl/prettyphoto.tpl | |
parent | e83df684c02d534e81244e958413ac5c67b24e54 (diff) | |
download | volse-hubzilla-ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc.tar.gz volse-hubzilla-ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc.tar.bz2 volse-hubzilla-ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc.zip |
Give prettyphoto it's own template to make themeing it less annoying.
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> + |