Revision: 30
http://astrospaces.svn.sourceforge.net/astrospaces/?rev=30&view=rev
Author: caleb870
Date: 2007-07-29 20:23:38 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
Copied remotely
Added Paths:
-----------
trunk/template/default/home.tpl
Copied: trunk/template/default/home.tpl (from rev 29, trunk/template/home.tpl)
===================================================================
--- trunk/template/default/home.tpl (rev 0)
+++ trunk/template/default/home.tpl 2007-07-30 03:23:38 UTC (rev 30)
@@ -0,0 +1,7 @@
+<!-- New Members -->
+<?php
+foreach($userdetail as $key => $value)
+{
+ echo "<img src=\"images.php?mode=thumb&id=" . $value['user_image'] . "\" /><br /><a href=\"&id=" . $value['id'] . "\">" . $key . "</a>";
+}
+?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|