A tumblelog CMS built on AJAX, PHP and MySQL.

template_header.htm 1.0KB

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