diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2011-08-22 14:26:39 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2011-08-22 14:26:39 -0400 |
commit | fc047f0abdff78131da7dacc0b2bc24fbc383a53 (patch) | |
tree | 4d2fc96b069d54172593887f671a8827a463de26 /templates | |
parent | e511420add0eddc14699f9707921b495388e7ea8 (diff) | |
download | ampache-fc047f0abdff78131da7dacc0b2bc24fbc383a53.tar.gz ampache-fc047f0abdff78131da7dacc0b2bc24fbc383a53.tar.bz2 ampache-fc047f0abdff78131da7dacc0b2bc24fbc383a53.zip |
Changed CSS class from box to info-box, which may be more correct.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_playlist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index 2e042158..35adadc8 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -38,7 +38,7 @@ require Config::get('prefix') . '/templates/show_playlist_title.inc.php'; $title = ob_get_contents(); ob_end_clean(); show_box_top('<div id="playlist_row_' . $playlist->id . '">' . $title . - '</div>'); + '</div>', 'info-box'); ?> <div id="information_actions"> <ul> |