Kan se det er slået til.
Kan der på denne side med alt hvad der er af kode, være til grund det ikke virker:
<?php require_once('body_model/side_body.php'); ?>
<?php require_once('body_model/artikel_body.php'); ?>
<?php require_once('body_model/artikel_body_sub.php'); ?>
<?php require_once('body_model/banner_body.php'); ?>
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="da">
<!--<![endif]-->
<head>
<meta charset="iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Velkommen til Syddanske.dk</title>
<link href="boilerplate.css" rel="stylesheet" type="text/css">
<link href="Mobil_style/mobil_style_.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/body_style.css">
<link rel="stylesheet" type="text/css" href="cssmenu/styles.css">
<link rel="stylesheet" href="lightbox2-master/dist/css/lightbox.min.css">
<script src="
http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="cssmenu/script.js"></script>
<!--
To learn more about the conditional comments around the html tags at the top of the file:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
Do the following if you're using your customized build of modernizr (
http://www.modernizr.com/):
* insert the link to your js here
* remove the link below to the html5shiv
* add the "no-js" class to the html tags at the top
* you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="respond.min.js"></script>
</head>
<body>
<div class="gridContainer clearfix">
<div id="Banner"><?php banner_body(); ?></div>
<div id="Menu"><?php include('cssmenu/oversigt.php'); ?></div>
<div id="Body"><div> </div>
<?php artikel_body($con); ?>
</div>
<div id="Side_body"><div> </div>
<?php side_body($con); ?></div>
<div id="Copyright" class="Center"><?php include('footer/copyright_footer.php'); ?></div>
</div>
<script src="lightbox2-master/dist/js/lightbox-plus-jquery.min.js"></script>
</body>
</html>