From ad5ef451096e733af3221a4f3534243ca2f2e4b5 Mon Sep 17 00:00:00 2001 From: Jonas Haraldsson Date: Fri, 29 Mar 2013 21:05:11 +0100 Subject: [PATCH] smarty2 compat --- nixtape/themes/gnufm/templates/user-library-music.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixtape/themes/gnufm/templates/user-library-music.tpl b/nixtape/themes/gnufm/templates/user-library-music.tpl index a927f216..e2dd36fb 100644 --- a/nixtape/themes/gnufm/templates/user-library-music.tpl +++ b/nixtape/themes/gnufm/templates/user-library-music.tpl @@ -12,9 +12,9 @@ {include file='paginate.tpl'} {if $page->streamable} - All artists + All artists {else} - Streamable artists + Streamable artists {/if} {include file='footer.tpl'} -- GitLab