Meine fe_page.tpl
Code:
<?php echo $this->doctype; ?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $this->language; ?>">
<head>
<base href="<?php echo $this->base; ?>"></base>
<title><?php echo $this->pageTitle; ?> - <?php echo $this->mainTitle; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->charset; ?>" />
<meta name="description" content="<?php echo $this->description; ?>" />
<meta name="keywords" content="<?php echo $this->keywords; ?>" />
<?php echo $this->robots; ?>
<?php echo $this->framework; ?>
<link rel="stylesheet" href="plugins/slimbox/css/suckerfish.css" type="text/css" media="screen" />
<link rel="stylesheet" href="plugins/slimbox/css/slimbox.css" type="text/css" media="screen" />
<?php echo $this->stylesheets; ?>
<script type="text/javascript" src="plugins/mootools/mootools.js"></script>
<script type="text/javascript" src="plugins/slimbox/js/slimbox.js"></script>
<?php echo $this->head; ?>
</head>
<body id="top"<?php if ($this->class): ?> class="<?php echo $this->class; ?>"<?php endif; if ($this->onload): ?> onload="<?php echo $this->onload; ?>"<?php endif; ?>>
<?php if ($this->header): ?>
<br />
<?php //echo $this->header; ?>
<div id="header">
<div id="logo"> </div>
<h1></h1>
</div>
<!-- end #header -->
<!-- <div id="menu"> -->
<div id="submenu">
<?php echo $this->header; ?>
</div> <!-- </div> -->
<?php endif; ?>
<?php echo $this->getCustomSections('before'); ?>
<?php if ($this->left): ?>
<?php endif; ?>
<?php if ($this->right): ?>
<?php echo $this->right; ?>
<?php endif; ?>
<?php if ($this->footer): ?>
<?php endif; ?>
<img src="<?php echo $this->base; ?>cron.php" alt="" class="invisible" />
<!-- indexer::continue -->
<?php echo $this->mootools; ?>
<?php if ($this->urchinId): ?>
<script type="text/javascript" src="<?php echo $this->urchinUrl; ?>"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
try {
var pageTracker = _gat._getTracker("<?php echo $this->urchinId; ?>");
pageTracker._trackPageview();
} catch(err) {}
//--><!]]>
</script>
<?php endif; ?>
<!-- end #menu -->
<div id="content">
<div id="posts">
<div class="post">
<div class="story">
<?php echo $this->main; ?>
</div>
</div>
<div class="post">
<h2 class="title"></h2>
</div>
</div>
<!-- end #posts -->
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<div id="footer">
<p id="legal"></a></p>
</div>
<!-- end #footer -->
</body>
</html>
mod_navigation.tpl
Code:
<!-- indexer::stop -->
<?php if ($this->headline): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
<a href="<?php echo $this->request; ?>#<?php echo $this->skipId; ?>" class="invisible"><?php echo $this->skipNavigation; ?></a>
<?php echo $this->items; ?>
<div class="clear"> </div>
<a name="<?php echo $this->skipId; ?>" id="<?php echo $this->skipId; ?>" class="invisible"> </a>
<!-- indexer::continue -->