Got the code for you..
To use this go to the following location.
AdminCP>Look and Feel>Manage Skin Sets & Templates>Skin Name>Global Templates>globalTemplate
Find the following Code.
<!--DEBUG_STATS-->
And put this above it.
<style>
#footer_logo{
padding-left: 10px;
opacity: 0.8;
padding-bottom: 7px;
}
#footer_logo:hover{
opacity: 1;
}
#footer_sites{
font-size: 12px;
color: #a4a5a5;
text-transform: uppercase;
}
#footer_sites ul{
list-style-image: url('http://s30.postimg.org/pmqsv0wfh/footer_star.png');
}
#footer_sites a:link, #footer_sites a:visited{
font-size: 11px;
color: #a4a5a5;
text-transform: uppercase;
text-decoration: none;
}
#footer_sites a:hover{
color: #d0d0d0;
}
#footer_copyright{
font-size: 9px;
color: #a4a5a5;
font-family: arial;
width: 30%;
}
#footer_copyright a:link, #footer_copyright a:visited{
font-size: 9px;
color: #adadad;
font-family: arial;
text-decoration: none;
}
#footer_social{
text-align: center;
}
#footer_social img{
opacity: 0.8;
}
#footer_social img:hover{
opacity: 1;
}
</style>
<table style="background:black;border-left:1px solid #353738;border-right:1px solid #353738;border-bottom:1px solid #353738;height: 100px;margin:0
auto;border-spacing:0;border-collapse:collapse;">
<tbody><tr>
<td id="footer_logo">
<a href="http://joincs.ro/forum/" target="_blank" title=""><img src="http://i58.tinypic.com/of9cnr.png" height="72" width="212"></a>
</td>
<td id="footer_sites">
<ul>
<li><a href="http://joincs.ro/contact/" target="_blank"
title="http://joincs.ro/contact/">Contact STAFF</a></li>
<li><a href="http://joincs.ro/chat/" target="_blank"
title="http://joincs.ro/chat/">CHAT JoinCs + Radio</a></li>
<li><a href="http://joincs.ro/forum/forum/1911-recrut%C4%83ri-staff/" target="_blank"
title="http://joincs.ro/forum/forum/1911-recrut%C4%83ri-staff/">Aplica pentru Functie</a></li>
<li><a href="http://joincs.ro/forum/forum/1051-servere-%C2%BB-counter-strike-16/" target="_blank"
title="http://joincs.ro/chat/">Servere Publice JOINCS</a></li>
</ul>
</td>
<td id="footer_copyright">
<li><span style="font-size: 12px;color:#adadad;">Toate drepturile apartin JOINCS.RO</a> </li>
<li><span style="font-size: 12px;color:#adadad;">Copierea si republicarea continutului acestui forum este interzisa.</span><br></li>
</span></td>
<td id="footer_social">
<a href="https://www.facebook.com/JoinCsOfficial" target="_blank">
<img src="http://i58.tinypic.com/25fob4p.png"></a>
<a href="https://www.youtube.com/channel/UCz73-hxxldDO56iikYzqr8Q" target="_blank">
<img src="http://i61.tinypic.com/2h684z9.png"></a>
<a href="http://steamcommunity.com/groups/55055505" target="_blank">
<img src="http://i60.tinypic.com/2hz680.png"></a>
<a href="http://ask.fm/JoinCsRomania" target="_blank">
<img src="http://i60.tinypic.com/6r57qd.png"></a>
</td>
</tr>
</tbody></table>