templates/channel.tmpl
changeset 71 e909bde831e7
parent 70 72edbbb414a7
child 79 43ac75054d5c
equal deleted inserted replaced
70:72edbbb414a7 71:e909bde831e7
    49 </%def>
    49 </%def>
    50 
    50 
    51 ${next.body()}
    51 ${next.body()}
    52 
    52 
    53 <%def name="footer_right()">
    53 <%def name="footer_right()">
    54     All times are in <strong>${h.tz_name(prefs['timezone'])}</strong>
    54     All times are in <a href="${h.build_url(urls.preferences)}">${h.tz_name(prefs['timezone'])}</a>
    55 </%def>
    55 </%def>