Files
lms/approot/artistsinfo.xml
T

17 lines
404 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<messages xmlns:if="Wt.WTemplate.conditions">
<!--FORMS message blocks-->
<message id="Lms.Explore.ArtistsInfo.template">
<h3>${tr:Lms.Explore.ArtistsInfo.most-played}</h3>
${most-played}
<h3>${tr:Lms.Explore.ArtistsInfo.recently-added}</h3>
${recently-added}
</message>
<message id="Lms.Explore.ArtistsInfo.template.entry">
${name}
</message>
</messages>