summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/credits.tpl
blob: 54991d413ad49878d69ce82993cce01330b70054 (plain)
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
27
28
29
<!-- Single photo -->
<table>
 <tr>
  <td class="index_header">
   <b>{$product} {$version}</b><br />
  </td>
 </tr>
 <tr>
  <td>
   <div id='matrix'>
   <table>
    <tr>
     <td>
      by Andreas Unterkircher<br />
      Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a>
      <hr />
      <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a>
      <hr />
      PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>.
      <hr />
      F-Spot database version: {$db_version}
     </td>
    </tr>
   </table>
   </div>
  </td>
 </tr>
</table>
<!-- /Single photo -->