summaryrefslogtreecommitdiffstats
path: root/templates/show_random_albums.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-17 05:11:53 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-17 05:11:53 +0000
commitea624090bcbab6c74435a2e2bf4fed8b05ac5be1 (patch)
treef5c322dd79296ed826308302a7f5f57361f61443 /templates/show_random_albums.inc.php
parent04cd880273aadd127a89e2cca89cb055fd534a9e (diff)
downloadampache-ea624090bcbab6c74435a2e2bf4fed8b05ac5be1.tar.gz
ampache-ea624090bcbab6c74435a2e2bf4fed8b05ac5be1.tar.bz2
ampache-ea624090bcbab6c74435a2e2bf4fed8b05ac5be1.zip
some minor tweakage to make ajaxie stuff kind of work in IE
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r--templates/show_random_albums.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php
index 2b2454d6..28606db7 100644
--- a/templates/show_random_albums.inc.php
+++ b/templates/show_random_albums.inc.php
@@ -38,7 +38,7 @@ $web_path = Config::get('web_path');
<?php } ?>
</a><br>
<?php
- if(conf('ratings')){
+ if(Config::get('ratings')){
echo "<div style=\"float:left; display:inline;\" id=\"rating_" . $album->id . "_album\">";
show_rating_static($album->id, 'album');}
echo "</div>";