Quoting Dave <[EMAIL PROTECTED]>:

>
> Neil Sleightholm Wrote:
> > That looks good but it seems to be missing the Radio section (or I'm
> > being thick and missing it). Also, mine seems to default to "Browse
> > Albums" rather than the home page.
> >
> > Neil
>
> Radio section, hmmm... (I'll try to give it a shot, but please be
> patient)

add this to home.html:

[% IF additionalLinks.radio %]    <h4>[% "RADIO" | string %]</h4>
    <ul>
    [% FOREACH key = additionalLinks.radio.keys %]
    <li> <a href="[% additionalLinks.radio.$key %]player=[% player | uri %]">[%
key | string %]</a>
    </li>
    [% END %]
    </ul>
[% END %]

-kdf
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to