diff options
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r-- | templates/show_random_albums.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index 618254b7..be669f75 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -29,7 +29,7 @@ $web_path = Config::get('web_path'); $button = Ajax::button('?page=index&action=random_albums','random',_('Refresh'),'random_refresh'); ?> -<?php show_box_top(_('Albums of the Moment') . ' ' . $button); ?> +<?php show_box_top(_('Albums of the Moment') . ' ' . $button, 'box box_random_albums'); ?> <?php if ($albums) { |