Cosmetic changes to topbar frame
authorslubek <slubek>
Sat, 1 Mar 2003 00:56:11 +0000 (00:56 +0000)
committerslubek <slubek>
Sat, 1 Mar 2003 00:56:11 +0000 (00:56 +0000)
index.php

index 7b6b3f46b4c6fd723d1c6fc65016a0ad902a064d..3a9e39b9013b883b707d7c69f75e3c0982f7f1b8 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -3,16 +3,16 @@
        /**
         * Main access point to the app.
         *
-        * $Id: index.php,v 1.2 2003/02/07 17:34:34 xzilla Exp $
+        * $Id: index.php,v 1.3 2003/03/01 00:56:11 slubek Exp $
         */
 
        // Include application functions
        include_once('libraries/lib.inc.php');
        
-       $misc->printHeader('', false);
+       $misc->printHeader();
 ?>
 <frameset rows="50, *">
-       <frame src="topbar.php" name="topbar" />
+       <frame src="topbar.php" name="topbar" scrolling=no noresize />
        <frameset cols="<?php echo $guiLeftFrameWidth ?>,*">
          <frame src="browser.php" name="browser" />
          <frame src="intro.php" name="detail" />