website_jukni/pastebin/themes/geocities/views/defaults/footer_message.php
2017-12-29 15:51:59 +01:00

26 lines
847 B
PHP

<footer class="footer">
<?php echo lang('powered_by'); ?> <a href="https://github.com/claudehohl/Stikked">Stikked</a>
<br />
<br />
<table cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td>
<img src="<?php echo base_url(); ?>themes/geocities/images/webtrips.gif">
</td>
<td>
<img src="<?php echo base_url(); ?>themes/geocities/images/geocities.jpg">
</td>
<td>
<img src="<?php echo base_url(); ?>themes/geocities/images/notepad.gif">
</td>
<td>
<img src="<?php echo base_url(); ?>themes/geocities/images/ie_logo.gif">
</td>
<td>
<img src="<?php echo base_url(); ?>themes/geocities/images/ns_logo.gif">
</td>
</tr>
</tbody>
</table>
</footer>