9 lines
153 B
PHP
9 lines
153 B
PHP
|
<div>
|
||
|
<hr/>
|
||
|
<a href="start.php"><?php print (_("To start page")); ?></a>
|
||
|
</div>
|
||
|
<div class="copyright">
|
||
|
© 2003 Jan Dittberner
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|