HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MMartorell/glasblazerijmartorell.nl/wwwroot/templates/blackbear/index.php
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $this->language; ?>"
lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 7.]>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />

<![endif]-->

<style type="text/css">
<!--
 <?php if ($this->countModules( 'left' )&& $this->countModules( 'right' )) {
?>  #content {
 width: 600px;
}
 #container {
 background-image:url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/body.png);
}
 <?php
}
else if ($this->countModules( 'left' )) {
?>  #content {
 width: 766px;
}
 #container {
 background-image:url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/body-left.png);
}
 <?php
}
else if ($this->countModules( 'right' )) {
?>  #content {
 width: 766px;
}
#container {
 background-image:url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/body-right.png);
}
 <?php
}
?>
-->
</style>
</head>
<body>
<div id="wrapper">
  <div id="header"> </div>
  <div id="Menu">
    <div id="search">
      <jdoc:include type="modules" name="search" style="xhtml" />
    </div>
    <div id="nav">
      <jdoc:include type="modules" name="top-nav" style="none" />
    </div>
  </div>
  <div id="container">
    <div id="innerContainer">
      <?php if ($this->countModules( 'feature' )) : ?>
      <div id="FlashHeadpiece">
        <jdoc:include type="modules" name="feature" style="xhtml" />
      </div>
      <?php endif; ?>
      <div id="left">
        <jdoc:include type="modules" name="left" style="xhtml" />
      </div>
      <div id="right">
        <jdoc:include type="modules" name="right" style="xhtml" />
      </div>
      <div id="content">
      	<jdoc:include type="message" />
        <jdoc:include type="component" />
      </div>
      <div class="clear">&nbsp;</div>
    </div>
  </div>
  <div id="footer">
    <jdoc:include type="modules" name="footer" style="xhtml" />
  </div>
	
</div>
</body></html>