1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
$dir = "."; include_once($dir."/_common.php"); include('./include/header.php');
?>
<div style="padding:50px 0 0;text-align:center;"> <img src="http://mjsoft.co/html/millennium/img/company/companyinfo.jpg" alt="íėŽėę°"> </div>
<?php include('./include/footer.php'); ?>
|