summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/widgets/widgets/rss.widget.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/rss.widget.php b/usr/local/www/widgets/widgets/rss.widget.php
index 3e8e3fe..6aa8fce 100644
--- a/usr/local/www/widgets/widgets/rss.widget.php
+++ b/usr/local/www/widgets/widgets/rss.widget.php
@@ -45,6 +45,9 @@ if($config['widgets']['rssfeed'])
if($config['widgets']['rssmaxitems'])
$max_items = $config['widgets']['rssmaxitems'];
+if($config['widgets']['rsswidgetheight'])
+ $rsswidgetheight = $config['widgets']['rsswidgetheight'];
+
// Set a default feed if none exists
if(!$rss_feed_s) {
$rss_feed_s = "http://blog.pfsense.org";
@@ -94,7 +97,7 @@ else
<select name='rsswidgetheight' id='rsswidgetheight'>
<option value='<?= $rsswidgetheight ?>'><?= $rsswidgetheight ?>px</option>
<?php
- for($x=100; $x<1100; $x=$x+100)
+ for($x=100; $x<5100; $x=$x+100)
echo "<option value='{$x}'>{$x}px</option>\n";
?>
</select>
OpenPOWER on IntegriCloud