A tumblelog CMS built on AJAX, PHP and MySQL.

template_header.htm 858B

123456789101112131415161718192021222324
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. {Gelato_includes}
  7. <title>{Title}</title>
  8. <!--[if IE]>
  9. <style type="text/css">
  10. div.post div.quote span.quote big.quote {
  11. line-height: 40px;
  12. }
  13. </style>
  14. <![endif]-->
  15. </head>
  16. <body>
  17. <div id="container">
  18. <a href="{URL_Tumble}/rss.php"><img src="{URL_Tumble}/themes/{Template_name}/img/rss.gif" id="rss" alt="RSS" title="RSS" /></a>
  19. <h1><a href="{URL_Tumble}/">{Title}</a></h1>
  20. <div id="description">
  21. {Description}
  22. </div>