2009-06-30 08:09:20 +00:00
|
|
|
<?php
|
|
|
|
include 'common.php';
|
|
|
|
include 'header.php';
|
|
|
|
?>
|
2009-06-30 08:07:14 +00:00
|
|
|
|
|
|
|
<center>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<img src="images/logo.jpg" /><br />
|
|
|
|
<br />
|
2009-06-30 08:09:20 +00:00
|
|
|
<?php echo $lang['welcome_note']; ?>
|
2009-06-30 08:10:17 +00:00
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<a href="documentation.php?view=credits"><?php echo $lang['credits']; ?></a> |
|
|
|
|
<!-- <a href="documentation.php"><?php echo $lang['documentation']; ?></a> |-->
|
|
|
|
<a href="documentation.php?view=changelog"><?php echo $lang['changelog']; ?></a>
|
2009-06-30 08:07:14 +00:00
|
|
|
</center>
|
2009-06-30 08:09:20 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|