[Slim-Checkins] r12744 - /trunk/server/HTML/EN/home.html

andy at svn.slimdevices.com andy at svn.slimdevices.com
Mon Aug 27 14:32:50 PDT 2007


Author: andy
Date: Mon Aug 27 14:32:50 2007
New Revision: 12744

URL: http://svn.slimdevices.com?rev=12744&view=rev
Log:
Add MOD to Classic skin

Modified:
    trunk/server/HTML/EN/home.html

Modified: trunk/server/HTML/EN/home.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/home.html?rev=12744&r1=12743&r2=12744&view=diff
==============================================================================
--- trunk/server/HTML/EN/home.html (original)
+++ trunk/server/HTML/EN/home.html Mon Aug 27 14:32:50 2007
@@ -69,6 +69,15 @@
 	</ul>	
 </div>
 
+<div class="homeMenuSection">
+	<div>[% "MUSIC_ON_DEMAND" | string | upper %]</div>
+	<ul>
+	[%- FOREACH link = additionalLinks.music_on_demand %]
+		<li><a href="[% link.value | html %]player=[% playerURI %]">[% link.key | getstring | html %]</a></li>
+	[%- END %]
+	</ul>	
+</div>
+
 [% IF not nosetup %]
 <div class="homeMenuSection">
 	<div>[% "SETTINGS" | string | upper %]</div>



More information about the checkins mailing list