diff options
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r-- | templates/show_random_albums.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index 8a879f9e..fe8c4972 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -19,8 +19,9 @@ */ $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')); ?> +<?php show_box_top(_('Albums of the Moment') . ' ' . $button); ?> <?php foreach ($albums as $album_id) { |