diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-10 13:22:41 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-10 13:22:41 +0100 |
commit | 0f3255467e8a64af86ca67c6af70edf1d3279640 (patch) | |
tree | 98791d46cabe4a15d00cd30a5b5e737690af2a85 /view/theme/diabook/theme.php | |
parent | 8fe4645a5d97a66b823744248698c624f7146d5b (diff) | |
download | volse-hubzilla-0f3255467e8a64af86ca67c6af70edf1d3279640.tar.gz volse-hubzilla-0f3255467e8a64af86ca67c6af70edf1d3279640.tar.bz2 volse-hubzilla-0f3255467e8a64af86ca67c6af70edf1d3279640.zip |
fixed login-fields, fixed. notofication.png, changed locations
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 0a20c9fbc..5a1828ad7 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -13,6 +13,7 @@ $a->theme_info = array( $a->page['htmlhead'] .= <<< EOT <script> + //contacts $('html').click(function() { $('#nav-contacts-linkmenu').removeClass('selected'); @@ -62,5 +63,5 @@ $('html').click(function() { $('#nav-site-linkmenu').click(function(event){ event.stopPropagation(); }); -</script> +</script> EOT; |