From: Matthias Uferer Date: Thu, 5 Sep 2013 13:39:25 +0000 (+0000) Subject: korrigiertes widget fuer leipzig (iframe instead of rss) X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=637997309e30598b74e27f20ce7d313e1daad5b7 korrigiertes widget fuer leipzig (iframe instead of rss) --- diff --git a/contrib/package/community-profiles/files/etc/config/profile_leipzig b/contrib/package/community-profiles/files/etc/config/profile_leipzig index 28151baa7..402eafab4 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_leipzig +++ b/contrib/package/community-profiles/files/etc/config/profile_leipzig @@ -20,15 +20,6 @@ config widget 'customindex' option paddingright '5%' option template 'html' -config widget 'rssffl' - option enabled '1' - option max '10' - option cache '3600' - option width '50%' - option title 'interner Freifunk Leipzig Blog' - option template 'rssfeed' - option url 'http://104.61.0.101/wordpress/' - config widget 'rssbundesweit' option cache '3600' option width '50%' @@ -38,6 +29,15 @@ config widget 'rssbundesweit' option max '10' option url 'http://blog.freifunk.net/rss.xml' +config widget 'rssffl' + option enabled '1' + option max '10' + option cache '3600' + option width '100%' + option title 'interner Freifunk Leipzig Blog' + option template 'iframe' + option url 'http://104.61.0.101/wordpress/' + config widget 'clear1' option template 'clear'