cb01edb44941c7af48aa9e55f3fc236b9f15f184
[phpfspot.git] / themes / default / templates / credits.tpl
1 <!-- Single photo -->
2 <table>
3  <tr>
4   <td class="index_header">
5    <b>{$product} {$version}</b><br />
6   </td>
7  </tr>
8  <tr>
9   <td>
10    <div id='matrix'>
11    <table>
12     <tr>
13      <td>
14       by Andreas Unterkircher<br />
15       <a href="http://oss.netshadow.at">http://oss.netshadow.at/</a>
16       <hr />
17       <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a>
18       <hr />
19       PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>.
20       <hr />
21       F-Spot database version: {$db_version}
22      </td>
23     </tr>
24    </table>
25    </div>
26   </td>
27  </tr>
28 </table>
29 <!-- /Single photo -->