|
Post by Schnooble on Dec 2, 2006 0:32:55 GMT
Main Footer
This will hide the info center until you log in
<script type="text/javascript"> <!-- /*Hide Info Center From Guests by Schnooble*/
var iC =document.getElementsByTagName("table"); for(i=0;i<iC.length;i++){ if(iC[i].width=="100%" && iC[i].innerHTML.match(/Info Center/)){ if(pb_username == 'Guest') {iC[i].style.display ="none";} else {iC[i].style.display ="yes";} } }
//--> </script>
|
|
|
Post by wowposter on Nov 2, 2008 13:15:48 GMT
|
|
|
Post by wowposter on Nov 5, 2008 21:13:20 GMT
|
|