IE7styles.css | archive.php | comments-popup.php | comments.php | crop.php | flere_kategorier.php | flere_nyheder.php | footer.php | frontpage.php | header.php | index.php | menu.php | page.php | posts.php | posts_content.php | right_sidebar.php | right_sidebar_single.php | single.php | single_page.php | style.css |
<?php if(isset($_GET["s"])): ?>
    <?php include("posts.php"); ?>
<?php 
else: ?>

<?php include("header.php"); ?>
    <?php include("frontpage.php"); ?>
    <?php include("right_sidebar.php"); ?>
<?php 
include("footer.php"); ?>

<?php endif; ?>