diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-16 03:49:43 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-16 03:49:43 +0100 |
commit | 02395c8af5fd8112688920ae04e0971d1a4ee4f8 (patch) | |
tree | 3d2db7a65639a162a5f93a8a284528fd22d6175c /view/theme/diabook-blue/theme.php | |
parent | 41d595d5bc74987d95ffc6f81194ccc20050e5a4 (diff) | |
download | volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.tar.gz volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.tar.bz2 volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.zip |
added icons to profile_side, fixes in css
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; |