home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / calendar-2010-08-23.tar.gz / calendar-2010-08-23.tar / calendar / includes / header.inc.php < prev    next >
Text File  |  2003-10-12  |  743b  |  18 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.         "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
  3. <html>
  4. <head>
  5.     <meta http-equiv="content-type" content="text/html;charset=UTF-8">
  6.     <title><?php echo "$calendar_name - $display_date"; ?></title>
  7.       <link rel="stylesheet" type="text/css" href="<?php echo BASE."styles/$style_sheet/default.css"; ?>">
  8.    <?php 
  9.         
  10.         // if RSS is enabled, set the RSS auto-discovery link
  11.         if ($enable_rss == 'yes') {
  12.             echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$default_path."/rss/rss.php?cal=".$cal."&rssview=week\">";
  13.         } 
  14.         if (isset($master_array['-2'])) include (BASE.'functions/todo.js'); 
  15.         
  16.     ?>
  17. </head>
  18. <body bgcolor="#FFFFFF">