aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-10 13:22:41 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-10 13:22:41 +0100
commit0f3255467e8a64af86ca67c6af70edf1d3279640 (patch)
tree98791d46cabe4a15d00cd30a5b5e737690af2a85 /view/theme/diabook/theme.php
parent8fe4645a5d97a66b823744248698c624f7146d5b (diff)
downloadvolse-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-xview/theme/diabook/theme.php3
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;