issue59, remove HTML table from main skeleton
[phpfspot.git] / themes / default / templates / credits.tpl
index 54991d413ad49878d69ce82993cce01330b70054..a940b03b23a4a77f9364e68c01d5310900101d4f 100644 (file)
@@ -1,29 +1,13 @@
-<!-- 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 -->
+<div class="index_header">
+ <b>{$product} {$version}</b><br />
+</div>
+<div id='matrix' style="margin-top: 10px; margin-left: 10px;">
+ 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}
+</div>