aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/themes/geocities/views/defaults/footer_message.php
blob: 6c08e737d876a4c9212f4e0adbfddbff81727e69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<footer class="footer">
	<?php echo lang('powered_by'); ?> <a href="https://github.com/fasterit/stikked-fit">Stikked-FiT \o/</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>

© 2014-2024 Faster IT GmbH | imprint | privacy policy