1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

layout tweaks, enable hotkeys

This commit is contained in:
Andrew Dolgov
2006-09-28 13:53:11 +01:00
parent 5b06472138
commit 9251df443c
3 changed files with 9 additions and 6 deletions

View File

@@ -203,10 +203,10 @@ window.onload = init;
</div>
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
<div id="headlines-frame" class="headlines_normal">&nbsp;</div>
<div id="headlines-frame" class="headlines_normal"><div class="whiteBox">&nbsp;</div></div>
<div id="content-frame">&nbsp;</div>
<?php } else { ?>
<div id="headlines-frame" class="headlines_cdm">&nbsp;</div>
<div id="headlines-frame" class="headlines_cdm"><div class="whiteBox">&nbsp;</div></div>
<?php } ?>
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>