website_jukni/pastebin/themes/geocities/views/defaults/footer_message.php

27 lines
847 B
PHP
Raw Normal View History

<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>