| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/Civil/ |
Upload File : |
<?
//error_reporting(E_ALL & ~E_NOTICE);
//ini_set("display_errors", 1);
include("core.php");
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?=$header_data?>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE 7]><link href="css/ie7.css" rel="stylesheet" type="text/css" /><![endif]-->
<script type="text/javascript" src="js/javascript.js"></script>
<link rel="shortcut icon" href="images/theme/favicon.ico" type="image/x-icon" />
</head>
<body<?=(($category_settings["id"]==0 or $category_settings["id"]==1)?' id="home_page"':'')?>>
<div class="container full-width">
<div class="row pbottom40">
<div class="column two-thirds" style="left: 0px; top: 0px; width: 956px">
<?
if (isset($modules['Content top'])) // Μodules για τη θέση Content top
{
foreach ($modules['Content top'] as $module)
{
echo $module;
}
}
echo $main_content;
if (isset($modules['Content bottom'])) // Μodules για τη θέση Content bottom
{
foreach ($modules['Content bottom'] as $module)
{
echo $module;
}
}
?>
</div>
</div>
<div class="row">
</div>
</div>
<div id="goto_top">
<a href="#" title="Κορυφή σελίδας"><img src="images/theme/gototop_arrow.png" alt="Κορυφή σελίδας"></a>
</div>
</body>
</html>