diff options
author | friendica <info@friendica.com> | 2012-03-15 19:56:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-15 19:56:32 -0700 |
commit | 33e03a8df0150ffe269389031b1f401150f19e0e (patch) | |
tree | 0cee881cca91c8f0795ed8dccaf14d44db6aeb91 /view/theme/diabook-blue/theme.php | |
parent | 5a12383b78980d873f54ccbac2733d7267f7da36 (diff) | |
parent | 0b509fd7633d7561b00310d05960f14fd41c5217 (diff) | |
download | volse-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-x | view/theme/diabook-blue/theme.php | 13 |
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; |