diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-18 03:29:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-18 03:29:54 +0000 |
commit | 6224281f3c405b0f41c597d504273fe5c237d4ad (patch) | |
tree | 8b472d247b76abfece39cf6738acf19b697c40f1 /stats.php | |
parent | 6f43d4d87802e8d7e74d355060bbf4e4c2f44a2b (diff) | |
download | ampache-6224281f3c405b0f41c597d504273fe5c237d4ad.tar.gz ampache-6224281f3c405b0f41c597d504273fe5c237d4ad.tar.bz2 ampache-6224281f3c405b0f41c597d504273fe5c237d4ad.zip |
added ability to search by ratings
Diffstat (limited to 'stats.php')
-rw-r--r-- | stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ else { show_template('header'); ?> -<span class="header1"><?php echo $working_user->fullname; ?><?php echo _('Favorites'); ?>:</span> +<span class="header1"><?php echo $working_user->fullname; ?> <?php echo _('Favorites'); ?>:</span> <table cellpadding="5" cellspacing="5" border="0" width="100%"> <tr> |