diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-11 07:24:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-11 07:24:24 +0000 |
commit | 591ca8e918bd59cff7301df830e86d2633c8b84a (patch) | |
tree | 47041851a442b0dee74e446f232a34068c170c1b /templates/show_democratic.inc.php | |
parent | 7c8a11684d9de33fa0b7ed54fd59fd7cf2745911 (diff) | |
download | ampache-591ca8e918bd59cff7301df830e86d2633c8b84a.tar.gz ampache-591ca8e918bd59cff7301df830e86d2633c8b84a.tar.bz2 ampache-591ca8e918bd59cff7301df830e86d2633c8b84a.zip |
almost done cleaning up the democratic play mojo
Diffstat (limited to 'templates/show_democratic.inc.php')
-rw-r--r-- | templates/show_democratic.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php index dc3972ba..07e7afb0 100644 --- a/templates/show_democratic.inc.php +++ b/templates/show_democratic.inc.php @@ -19,7 +19,7 @@ */ -show_box_top(_('Current Playlist')); +show_box_top($democratic->name . ' ' . _('Playlist')); ?> <div id="democratic_playlist"> <?php require_once Config::get('prefix') . '/templates/show_democratic_playlist.inc.php'; ?> |