diff options
author | Matthias Uferer <ufo@rund.freifunk.net> | 2013-09-05 13:39:25 +0000 |
---|---|---|
committer | Matthias Uferer <ufo@rund.freifunk.net> | 2013-09-05 13:39:25 +0000 |
commit | 637997309e30598b74e27f20ce7d313e1daad5b7 (patch) | |
tree | 9d2b0357016d1ac2c5b70a4ca56e0f171a86684f /contrib/package | |
parent | 76d951e5be29cfb58a2b36a1f07195609967d229 (diff) |
korrigiertes widget fuer leipzig (iframe instead of rss)
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_leipzig | 18 |
1 files changed, 9 insertions, 9 deletions
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' |