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

top.php 620B

12345678910111213141516171819
  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="<?php echo $root_path; ?>"style.css" rel="stylesheet" type="text/css" />
  15. <link rel="alternate" type="application/rss+xml"
  16. href="<?php echo $root_path; ?>rss.php" title="Blog Artisanal" />
  17. </head>
  18. <body>