diff -r 663fcf528726 -r d0314575e2f0 themes/oxygen/header.tpl --- a/themes/oxygen/header.tpl Tue Jun 26 17:28:18 2007 -0400 +++ b/themes/oxygen/header.tpl Tue Jun 26 20:48:44 2007 -0400 @@ -43,6 +43,14 @@ } */ + addOnloadHook(function() { + if(typeof readCookie == 'function') + { + if(readCookie('left_sidebar') =='collapsed') collapseSidebar('left'); + if(readCookie('right_sidebar')=='collapsed') collapseSidebar('right'); + } + }); + function ajaxRenameInline() { // This trick is _so_ vBulletin...