From 7c06e21ec443a46bd78bc9e99d8284283ff85c59 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 24 Jan 2010 15:27:33 -0800 Subject: Refactor creating the user profile page content into the the event module. The show_user_profile is used to provide content to the user profile page. Add the list of the users comments to the profile page. --- modules/gallery/views/user_profile.html.php | 37 ++++++++++-------------- modules/gallery/views/user_profile_info.html.php | 9 ++++++ 2 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 modules/gallery/views/user_profile_info.html.php (limited to 'modules/gallery/views') diff --git a/modules/gallery/views/user_profile.html.php b/modules/gallery/views/user_profile.html.php index e7ce56b3..bcfa5346 100644 --- a/modules/gallery/views/user_profile.html.php +++ b/modules/gallery/views/user_profile.html.php @@ -1,9 +1,7 @@ - -
-

$user->display_name())) ?>

+
+

+ + " + alt="display_name()) ?>" + class="g-avatar" width="40" height="40" /> + + $user->display_name())) ?> +

+
- +
- - $value): ?> - - - - - -
+ view ?>
+
guest && $not_current && !empty($user->email)): ?> + + $value): ?> + + + + + +
-- cgit v1.2.3