diff options
author | friendica <info@friendica.com> | 2013-08-04 17:19:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-04 17:19:29 -0700 |
commit | 159a347c01c00c260a09b11fed76c02177ebe811 (patch) | |
tree | 0d2952aaf32389ebfbccd24c0e1352dcbee2bd48 | |
parent | 68d907803a4521d9f0c0b69c4e875864f9058a8d (diff) | |
parent | a8409379c3a9ff4884e214ef46a152ff2c6cc745 (diff) | |
download | volse-hubzilla-159a347c01c00c260a09b11fed76c02177ebe811.tar.gz volse-hubzilla-159a347c01c00c260a09b11fed76c02177ebe811.tar.bz2 volse-hubzilla-159a347c01c00c260a09b11fed76c02177ebe811.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | view/tpl/webpagelist.tpl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index d94d78067..f3fe90da5 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -1,8 +1,4 @@ -<script type="text/javascript" charset="utf-8"> - $(document).ready(function(){ - $("a[rel^='prettyPhoto']").prettyPhoto({theme: 'dark_rounded'}); - }); -</script> +{{include file="prettyphoto.tpl"}} {{if $pages}} |