Changeset 2231

Show
Ignore:
Timestamp:
04/27/08 05:25:54 (2 weeks ago)
Author:
anarcat
Message:

make a real "Web statistics" section, independent of the raw web stats
quotas and al

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/menu_sta2.php

    r2104 r2231  
    2929*/ 
    3030 
     31?> 
     32<dt id="stats"><?php __("Web statistics"); ?></dt> 
     33<?php 
    3134/* ############# STATS ############# */ 
    3235$q=$quota->getquota("sta2"); 
     
    3437if ($q["t"]>0 && $r["u"]>0) { 
    3538?> 
    36 <dt id="stats"><?php __("Raw web statistics"); ?></dt> 
    3739<dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd> 
    3840<?php    }    ?>