25 lines
465 B
PHP
25 lines
465 B
PHP
<?php
|
|
include 'common.php';
|
|
include 'header.php';
|
|
?>
|
|
|
|
<center>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<img src="images/logo.jpg" /><br />
|
|
<br />
|
|
<?php echo $lang['welcome_note']; ?>
|
|
<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>
|
|
</center>
|
|
|
|
</body>
|
|
|
|
</html>
|