bundled-libs
deployment
docs
htmlarea
include
lang
plugins
sql
templates
blue
bulletproof
carl_contest
competition
contest
default
default-php
default-rtl
default-xml
idea
kubrick
moz-modern
img
htmlarea.css
index.tpl
info.txt
preview.png
preview_fullsize.jpg
style.css
mt-clean
mt-georgiablue
mt-gettysburg
mt-plainjane
mt-rusty
mt-trendy
mt3-chalkboard
mt3-gettysburg
mt3-independence
mt3-squash
newspaper
wp
HOWTO
templates_c
tests
uploads
checksums.inc.php
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
62 lines
2.2 KiB
Smarty
62 lines
2.2 KiB
Smarty
{if $is_embedded != true}
|
|
{if $is_xhtml}
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
{else}
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
{/if}
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
|
|
<head>
|
|
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
|
|
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
|
|
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
|
|
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
|
|
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
|
|
{if $entry_id}
|
|
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
|
|
{/if}
|
|
|
|
{serendipity_hookPlugin hook="frontend_header"}
|
|
</head>
|
|
|
|
<body>
|
|
{else}
|
|
{serendipity_hookPlugin hook="frontend_header"}
|
|
{/if}
|
|
|
|
<div id="serendipity_banner">
|
|
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1>
|
|
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2>
|
|
</div>
|
|
|
|
<div id="mainpane">
|
|
{if $leftSidebarElements > 0}
|
|
<div id="serendipityLeftSideBar">{serendipity_printSidebar side="left"}</div>
|
|
{/if}
|
|
|
|
{if $rightSidebarElements < 1}
|
|
<div id="content_left">
|
|
{elseif $leftSidebarElements < 1}
|
|
<div id="content_right">
|
|
{else}
|
|
<div id="content">
|
|
{/if}
|
|
{$CONTENT}
|
|
{$raw_data}
|
|
</div>
|
|
|
|
{if $rightSidebarElements > 0}
|
|
<div id="serendipityRightSideBar">{serendipity_printSidebar side="right"}</div>
|
|
{/if}
|
|
|
|
<div id="copyright">Powered by <a href="http://www.s9y.org/">serendipity</a>, Design by <a href="http://supergarv.de/">Garvin Hicking</a>. Smile, you're on the candid credit line!</div>
|
|
</div>
|
|
{serendipity_hookPlugin hook="frontend_footer"}
|
|
{if $is_embedded != true}
|
|
</body>
|
|
</html>
|
|
{/if}
|