From 28b739a2105cba83f877d4fc4022d710b920b5a7 Mon Sep 17 00:00:00 2001 From: Felix Rabinovich Date: Sat, 8 Nov 2008 07:18:56 +0000 Subject: Adding user (owner) to items; info module --- modules/info/views/info_block.html.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/info') diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index eac76b40..543ce3db 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -3,19 +3,19 @@ Title: - Christmas 2007 + title; ?> - Taken: - January 21, 2008 + Description: + description; ?> - Uploaded: - January 27, 2008 + Name: + name; ?> Owner: - username + user_id) ? $item->user->name : "anonymous"?> -- cgit v1.2.3