home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / themes / nuvola / frames.inc < prev    next >
Text File  |  2004-03-08  |  599b  |  13 lines

  1. <html>
  2. <head>
  3. <title><?php echo $GO_CONFIG->title; ?>
  4. </title>
  5. <link rel="shortcut icon" href="<?php echo $GO_CONFIG->host; ?>lib/favicon.ico" />
  6. </head>
  7. <frameset rows="0, 24,100%, 55" frameborder="0" framespacing="0">
  8. <frame name="checker" src="<?php echo $GO_CONFIG->host; ?>checker.php" scrolling="no" noresize>
  9. <frame name="header" src="<?php echo $GO_THEME->theme_url; ?>header.php" scrolling="no" noresize>
  10. <frame name="main" src="<?php echo $link; ?>" noresize>
  11. <frame name="footer" src="<?php echo $GO_THEME->theme_url; ?>footer.php" scrolling="no" noresize>
  12. </frameset>
  13. </html>