Style fix

This commit is contained in:
Alan Garcia 2012-08-21 12:56:45 +00:00
parent 7cbe7f76d2
commit 60e548d25f
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ $r = $quota->getquota("dom");
if ($q["t"] > 0 && $r["u"] > 0) { if ($q["t"] > 0 && $r["u"] > 0) {
?> ?>
<div class="menu-box"> <div class="menu-box">
<div class="menu-title"><img src="images/stat.png" alt="<?php __("Raw web statistics"); ?>" />&nbsp;<a href="sta2_list.php"><?php __("Raw web statistics"); ?></a> (<?php echo $q["u"]; ?>/<?php echo $q["t"]; ?>)</div> <div class="menu-title"><img src="images/stat.png" alt="<?php __("Raw web statistics"); ?>" />&nbsp;<a href="sta2_list.php"><?php __("Raw web statistics"); ?> (<?php echo $q["u"]; ?>/<?php echo $q["t"]; ?>)</a></div>
</div> </div>
<?php } ?> <?php } ?>