Free_Culture_Podcasts/feedWatcher_5.tpl

13 lines
300 B
Smarty

[%# feedWatcher_5.tpl 2022-11-21 -%]
[%# Lists all the URLs in the system, useful for dumping everything -%]
[% IF feeds.size > 0 -%]
[% i = 0 -%]
[% WHILE i < feeds.size -%]
[% feeds.$i.urls_url %]
[% i = i + 1 -%]
[% END -%]
[% END -%]
[%#
# vim: syntax=tt2:ts=8:sw=4:ai:et:tw=78:fo=tcrqn21
-%]