diff options
author | momo-i <momo-i@ampache> | 2008-10-02 05:24:10 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-10-02 05:24:10 +0000 |
commit | ef9ebefaddfb5a5b3b6cf39dfb585f0a7dc8fd05 (patch) | |
tree | a563671f16466c415159d0ecfb970a803a1f7647 /templates | |
parent | e629891257f09239fd56a4b091deeec186814672 (diff) | |
download | ampache-ef9ebefaddfb5a5b3b6cf39dfb585f0a7dc8fd05.tar.gz ampache-ef9ebefaddfb5a5b3b6cf39dfb585f0a7dc8fd05.tar.bz2 ampache-ef9ebefaddfb5a5b3b6cf39dfb585f0a7dc8fd05.zip |
Fixed #309: $web_path (Thx juanjo)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_democratic_playlist.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_democratic_playlist.inc.php b/templates/show_democratic_playlist.inc.php index cff55b41..5f692e54 100644 --- a/templates/show_democratic_playlist.inc.php +++ b/templates/show_democratic_playlist.inc.php @@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +$web_path = Config::get('web_path'); ?> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> |