diff options
Diffstat (limited to 'templates/show_stats.inc.php')
-rw-r--r-- | templates/show_stats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_stats.inc.php b/templates/show_stats.inc.php index 2d56981e..07f6da6f 100644 --- a/templates/show_stats.inc.php +++ b/templates/show_stats.inc.php @@ -29,7 +29,7 @@ $stats = Catalog::get_stats(); $catalogs = Catalog::get_catalogs(); ?> -<?php show_box_top(_('Statistics')); ?> +<?php show_box_top(_('Statistics'), 'box box_stats'); ?> <em><?php echo _('Catalogs'); ?></em> <table class="tabledata" cellpadding="3" cellspacing="1"> <tr class="th-top"> |