
نوشته اصلی توسط
pixell2012
شما باید هیدر رو توی فایل css فراخوانی کنید
مثلا با این کد
.channel_header .toplogo {
background: url("/themes/Rtrdownload/images/toplogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 150px;
left: 0;
position: absolute;
text-indent: -9999em;
top: 10px;
width: 150px;
}
.channel_android_header .toplogo {
background: url("/themes/Rtrdownload/images/toplogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.channel_header .topad {
height: 90px;
position: absolute;
right: 0;
top: 15px;
width: 728px;
}
و سپس توی قالب فراخوانی کنید
<a class="toplogo" href="#"></a>
به این صورت
به نظر من شما این کار رو به یک نفر برنامه نویس بدهید بهتر هست