summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-13 07:54:36 +0100
committerAndrew Dolgov <[email protected]>2005-12-13 07:54:36 +0100
commit06300301c043378e18d27e2f43b0bdb0d32ca9a4 (patch)
tree03e0b0af88d5b5652d3e9878037d3296738809b1 /tt-rss.php
parent30ccc2f1cfee1d3c674c3685e504a34e27da17b0 (diff)
misc combined mode layout fixes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 13c2b17c5..069293590 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -79,7 +79,11 @@
</td></tr>
<? } ?>
<tr>
- <td valign="top" rowspan="3" class="feeds">
+ <? if (get_pref($link, 'COMBINED_DISPLAY_MODE'))
+ $feeds_rowspan = 2;
+ else
+ $feeds_rowspan = 3; ?>
+ <td valign="top" rowspan="<?= $feeds_rowspan ?>" class="feeds">
<table class="innerFeedTable"
cellspacing="0" cellpadding="0" height="100%" width="100%">
<tr><td>