summaryrefslogtreecommitdiffstats
path: root/themes/arun/templates/credits.tpl
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-02-23 00:04:14 -0800
committerArun Persaud <arun@nubati.net>2010-02-28 20:01:17 -0800
commit21e5440db59e4ee3ba71c3a8935a123cc48aea46 (patch)
tree44fcfc6a9c82d24d321ec5e55ba89df746030b82 /themes/arun/templates/credits.tpl
parent8d922ef0624485c509978a8184e2b1d1c51a1fd7 (diff)
started my own theme
need to clean this up, some code should perhaps go into main, other should stay in my theme
Diffstat (limited to 'themes/arun/templates/credits.tpl')
-rw-r--r--themes/arun/templates/credits.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/arun/templates/credits.tpl b/themes/arun/templates/credits.tpl
new file mode 100644
index 0000000..2bc7b28
--- /dev/null
+++ b/themes/arun/templates/credits.tpl
@@ -0,0 +1,20 @@
+<div class="header">
+ <b>{$product} {$version}</b><br />
+</div>
+<div class="credits">
+ by Andreas Unterkircher<br />
+ Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a>
+ <hr />
+ Some extensions:<br /><br />
+ <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a> - AJAX communication with the server
+ <br />
+ <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a> - PHP tag-cloud code
+ <br />
+ <a href="http://www.silvestre.com.ar/">Silvestre Herrera's</a> - the most icons are from the Nuovo icon kit.
+ <br />
+ <a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox2</a> - photo preview
+ <br />
+ <a href="http://www.brandspankingnew.net/archive/2007/02/ajax_auto_suggest_v2.html">Ajax Auto Suggest</a> - Auto-Completion
+ <hr />
+ F-Spot database version: {$db_version}
+</div>