go41

the info you need to know


von Joern
Keine Kommentare

Thanks admin.. but it doesnt work..EDIT: i found a solution on this line Code:$postcat = array_slice($postcat, 0, 5);sort($postcat);I just change 5 to 10 and it works..Thanks again admin!


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 given above (625x100px) in this folder would solve your problem…