Changeset 2231
- Timestamp:
- 04/27/08 05:25:54 (2 weeks ago)
- Files:
-
- alternc/trunk/bureau/admin/menu_sta2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/menu_sta2.php
r2104 r2231 29 29 */ 30 30 31 ?> 32 <dt id="stats"><?php __("Web statistics"); ?></dt> 33 <?php 31 34 /* ############# STATS ############# */ 32 35 $q=$quota->getquota("sta2"); … … 34 37 if ($q["t"]>0 && $r["u"]>0) { 35 38 ?> 36 <dt id="stats"><?php __("Raw web statistics"); ?></dt>37 39 <dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd> 38 40 <?php } ?>
