1234567891011121314151617181920212223 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- {Gelato_includes}
- <title>{Page_Title}</title>
- <!--[if IE]>
- <style type="text/css">
- div.post div.quote span.quote big.quote {
- line-height: 40px;
- }
- </style>
- <![endif]-->
- </head>
- <body>
- <div id="container">
- <a href="{URL_Tumble}/rss.php"><img src="{URL_Tumble}/themes/{Template_name}/img/rss.gif" id="rss" alt="RSS" title="RSS" /></a>
-
- <h1><a href="{URL_Tumble}/">{Title}</a></h1>
-
- <div id="description">
- {Description}
- </div>
|