go41

the info you need to know


von Joern
Keine Kommentare

the banner: in your header.php is already the full code for a clickable banner, you just removed the original image (images/backgrounds/topbanner.gif)the reference for this is in style.css#branding {background:url("images/backgrounds/topbanner.gif") no-repeat scroll 0 0 transparent;height:100px;padding-bottom:15px;width:625px;}putting your logo as topbanner.gif in the size…


von Joern
Keine Kommentare

about eval(@base64_decode ...your theme (I just downloaded it from binuth..) has out of the pack two files with 'eval' in the code, jquery-ui-personalized-1.5.2.packed.js and footer.phpwhat the jquery-ui-personalized-1.5.2.packed.js does I do not know, the footer is base64_encode several times, I guess…