BySeCa adlı üyeden alıntı:
mesajı görüntüle
Alıntı
yukardaki modu kurdum
14
●1.115

/*
Add the following at the end of:
phpLD 2.0: style.css in the root directory of phpLD (where index.php is)
phpLD 3.0.5+: main.css of the template you are modifying
*/
#site-statistics {
background-color: #FFFFFF;
border: 1px solid #416c93;
width: 160px;
margin: 0px 0px 10px 0px;
padding: 3px;
float: right;
}
#site-statistics-header {
font-weight: bold;
text-align: center;
}
#site-statistics-values {
float: right;
padding: 10px;
}
#site-statistics-labels {
font-weight: bold;
padding: 10px;
}bu kodları main.css nin en altına kopyaladım.<!-- Add the following after {include file="top_bar.tpl"} -->
<div id="site-statistics">
<div id="site-statistics-header">Statistics</div>
<div id="site-statistics-values">
{$stat_pending}<br>
{$stat_todays}<br><br>
{$stat_active}<br>
{$stat_featured}<br>
{$stat_cats}<br>
</div>
<div id="site-statistics-labels">
Pending Links: <br>
Links Today: <br><br>
Active Links:<br>
Featured Links:<br>
Categories:<br>
</div>
</div>bu kodları templates/main.tpl de {include file="footer.tpl"}
{/strip} satırının üstüne kopyaladım