[ Index ] |
|
Code source de Serendipity 1.2 |
1 {if $is_embedded != true} 2 {if $is_xhtml} 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 {else} 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 7 "http://www.w3.org/TR/html4/loose.dtd"> 8 {/if} 9 10 <html> 11 <head> 12 <title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title> 13 <meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" /> 14 <meta name="Powered-By" content="Serendipity v.{$head_version}" /> 15 <link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" /> 16 <link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" /> 17 <link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" /> 18 {if $entry_id} 19 <link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" /> 20 {/if} 21 22 {serendipity_hookPlugin hook="frontend_header"} 23 </head> 24 25 <body> 26 {else} 27 {serendipity_hookPlugin hook="frontend_header"} 28 {/if} 29 <div id="page"> 30 <div id="header" onclick="location.href='{$serendipityBaseURL}';" style="cursor: pointer;"> 31 <div id="headerimg"> 32 <h1>{$head_title|@default:$blogTitle}</h1> 33 <div class="description">{$head_subtitle|@default:$blogDescription}</div> 34 </div> 35 </div> 36 <hr /> 37 38 <div id="content" class="narrowcolumn"> 39 {$CONTENT} 40 </div> 41 42 {if $rightSidebarElements > 0} 43 <div id="sidebar"> 44 {serendipity_printSidebar side="right"} 45 {serendipity_printSidebar side="left"} 46 </div> 47 {/if} 48 49 <hr /> 50 <div id="footer"> 51 <p> 52 {$CONST.PROUDLY_POWERED_BY} <a href="http://www.s9y.org">Serendipity {$serendipityVersion}</a>.<br /> 53 Design is <a href="http://binarybonsai.com/kubrick/">Kubrick</a>, by Michael Heilemann, ported by <a href="http://blog.dreamcoder.dk">Tom Sommer</a>. 54 </p> 55 </div> 56 57 </div> 58 {serendipity_hookPlugin hook="frontend_footer"} 59 {if $is_embedded != true} 60 </body> 61 </html> 62 {/if}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |