CMS ultra léger au style oldschool, projet de la communauté Kalaïn Hundin.

top.php~ 473B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <head>
  3. <?php
  4. if (!isset($index_check)){
  5. ?>
  6. <title><?php echo $website_name.' : '.$page_name; ?></title>
  7. <?php
  8. }
  9. ?>
  10. <meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-1" />
  11. <meta name="description" content="<?php echo $meta_description; ?>" />
  12. <meta name="keywords" content="<?php echo $meta_key_words; ?>" />
  13. <meta name="robots" content="all" />
  14. <link href="style.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>