fixed login-fields, fixed. notofication.png, changed locations

This commit is contained in:
tommy tomson 2012-03-10 13:22:41 +01:00
commit 0f3255467e
9 changed files with 52 additions and 11 deletions

View file

@ -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;