fixed login-fields, fixed. notofication.png, changed locations
This commit is contained in:
parent
8fe4645a5d
commit
0f3255467e
9 changed files with 52 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue