Sitenizin sağ alt kısmına bi maskot ekler ...

öncelikle asağıdaki resmi temanızın images klasörüne atın atın

sonra style.css yi açıp aşağıdaki kodu an alta ekleyin
#maskot a {
position: absolute;
bottom: 0px;
right: 0px;
text-indent: -1000px;
width: 108px;
height: 150px;
background: url(images/maskot.png) 0 0 no-repeat;
overflow: hidden;
position: fixed;
}
sonra
index.template.php yi açın
<body>';
echo '<div id="maskot"> </div>';
Hayırlı olsun

Not: İnternet explorer 7 altındakiler de çalışmaz.