diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-25 06:46:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-25 06:46:12 +0000 |
commit | 96f4faeac4885f385fa1edb86b19c70a9ef52b3b (patch) | |
tree | 265cc54f2e766b1dea3dd6e3e8115eb31d521fb6 /contrib/feed-browser/index.php | |
parent | 6f40e4320839375d7cc85456de95e180d06a7774 (diff) |
feed-browser: move section list to end of page source, fixed 2 column layout CSS
Diffstat (limited to 'contrib/feed-browser/index.php')
-rw-r--r-- | contrib/feed-browser/index.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/feed-browser/index.php b/contrib/feed-browser/index.php index 9b612f9fd1..d04281ac0f 100644 --- a/contrib/feed-browser/index.php +++ b/contrib/feed-browser/index.php @@ -80,10 +80,11 @@ switch($action) <style type="text/css" media="all">@import "css/feed.css";</style> </head> <body > - <div id="page"> - <div id="left"><?php echo sectionslist(); ?></div> <div id="right"><?php echo searchletter(); echo $ipkgoutput; ?></div> - </div> + <div id="left"> + <h1>Sections list</h1> + <?php echo sectionslist(); ?> + </div> </body> </html> <?php |