themes/oxygen/header.tpl
changeset 74 68469a95658d
parent 71 21770a1a5213
child 80 cb7dde69c301
equal deleted inserted replaced
73:0a74676a2f2f 74:68469a95658d
    20         counter = document.getElementById(side+'-sidebar-showbutton');
    20         counter = document.getElementById(side+'-sidebar-showbutton');
    21         if(elem.style.display=='none')
    21         if(elem.style.display=='none')
    22         {
    22         {
    23           elem.style.display = 'block';
    23           elem.style.display = 'block';
    24           counter.style.display = 'none';
    24           counter.style.display = 'none';
    25           elem.parentNode.style.width = '156px';
    25           elem.parentNode.style.width = '';
    26           if ( !KILL_SWITCH )
    26           if ( !KILL_SWITCH )
    27           {
    27           {
    28             createCookie(side+'_sidebar', 'open', 365);
    28             createCookie(side+'_sidebar', 'open', 365);
    29           }
    29           }
    30         } else {
    30         } else {