Revision: 36
http://astrospaces.svn.sourceforge.net/astrospaces/?rev=36&view=rev
Author: caleb870
Date: 2007-07-29 20:24:55 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
Removed file/folder
Removed Paths:
-------------
trunk/template/drill.tpl
trunk/template/gallery.tpl
trunk/template/home.tpl
trunk/template/inbox.tpl
trunk/template/outer.tpl
trunk/template/read.tpl
trunk/template/send.tpl
Deleted: trunk/template/drill.tpl
===================================================================
Deleted: trunk/template/gallery.tpl
===================================================================
Deleted: trunk/template/home.tpl
===================================================================
--- trunk/template/home.tpl 2007-07-30 03:24:18 UTC (rev 35)
+++ trunk/template/home.tpl 2007-07-30 03:24:55 UTC (rev 36)
@@ -1,7 +0,0 @@
-<!-- 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
Deleted: trunk/template/inbox.tpl
===================================================================
Deleted: trunk/template/outer.tpl
===================================================================
--- trunk/template/outer.tpl 2007-07-30 03:24:18 UTC (rev 35)
+++ trunk/template/outer.tpl 2007-07-30 03:24:55 UTC (rev 36)
@@ -1,8 +0,0 @@
-<html>
- <head>
- <title>Project Orange | <?php echo $title; ?></title>
- </head>
- <body>
- <?php echo $contents; ?>
- </body>
-</html>
\ No newline at end of file
Deleted: trunk/template/read.tpl
===================================================================
Deleted: trunk/template/send.tpl
===================================================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|