1
1
Fork 0

added icons to profile_side, fixes in css

This commit is contained in:
tommy tomson 2012-03-16 03:49:43 +01:00
commit 02395c8af5
15 changed files with 86 additions and 32 deletions

View file

@ -11,10 +11,10 @@ $a->theme_info = array(
'extends' => 'diabook',
);
//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;