A tumblelog CMS built on AJAX, PHP and MySQL.

template_header.htm 982B

12345678910111213141516171819202122232425
  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. <link rel="stylesheet" type="text/css" href="{URL_Tumble}/themes/tumblr/style.css"/>
  7. <link rel="alternate" type="application/rss+xml" title="RSS" href="{URL_Tumble}/rss.php"/>
  8. <title>{Title}</title>
  9. <!--[if IE]>
  10. <style type="text/css">
  11. div.post div.quote span.quote big.quote {
  12. line-height: 40px;
  13. }
  14. </style>
  15. <![endif]-->
  16. </head>
  17. <body>
  18. <div id="container">
  19. <a href="{URL_Tumble}/rss.php"><img src="{URL_Tumble}/themes/tumblr/img/rss.gif" id="rss" alt="RSS"></a>
  20. <h1><a href="/">{Title}</a></h1>
  21. <div id="description">
  22. {Description}
  23. </div>