aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-15 19:56:32 -0700
committerfriendica <info@friendica.com>2012-03-15 19:56:32 -0700
commit33e03a8df0150ffe269389031b1f401150f19e0e (patch)
tree0cee881cca91c8f0795ed8dccaf14d44db6aeb91 /view/theme/diabook-blue/theme.php
parent5a12383b78980d873f54ccbac2733d7267f7da36 (diff)
parent0b509fd7633d7561b00310d05960f14fd41c5217 (diff)
downloadvolse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.tar.gz
volse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.tar.bz2
volse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-xview/theme/diabook-blue/theme.php13
1 files changed, 9 insertions, 4 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php
index 9093ac2ca..f9128ea1f 100755
--- a/view/theme/diabook-blue/theme.php
+++ b/view/theme/diabook-blue/theme.php
@@ -11,9 +11,9 @@ $a->theme_info = array(
'extends' => 'diabook',
);
-//profile_side
-
+//fancybox: provide $photo.href to photo_top.tpl to img in org. scale
+//profile_side
$nav['usermenu']=array();
$userinfo = null;
@@ -110,10 +110,15 @@ $('html').click(function() {
event.stopPropagation();
});
- $(function() {
- $('a.lightbox').fancybox(); // Select all links with lightbox class
+
+
+ $(document).ready(function() {
+ $("a.fancy-photo").fancybox(); // Select all links with lightbox class
+ $("a.fancy-album").fancybox();
});
+
+
</script>
EOT;