init
This commit is contained in:
6
contact.php
Normal file
6
contact.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<h2>Contact</h2>
|
||||
<table>
|
||||
<tr><td><?php echo $name; ?> homepage:</td><td><a href="<?php echo $web; ?>"><?php echo $web; ?></a></td></tr>
|
||||
<tr><td><?php echo $name; ?> block explorer:</td><td><a href="<?php echo $web_block; ?>"><?php echo $web_block; ?></a></td></tr>
|
||||
<tr><td>E-mail:</td><td><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></td></tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user