<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,26 @@
 &lt;?php get_header(); ?&gt;
 
-	&lt;div id=&quot;content&quot; class=&quot;narrowcolumn warp-span-6&quot;&gt;
+&lt;?php 
+  $post = get_post(get_option('warp_userprofile_page'));
+  subbar($post); 
+?&gt;
+
+	&lt;div id=&quot;content&quot; class=&quot;narrowcolumn warp-span-10 warp-last&quot;&gt;
 	&lt;h2&gt;&lt;?php echo get_the_title(get_option('warp_userprofile_page')); ?&gt;&lt;/h2&gt;
 	&lt;?php
 		echo get_query_var('person');
 		$users = Warp_Userprofile::get_users_of_blog();
+		$class = &quot;even&quot;;
 		foreach ($users as $user) {			
 			if (get_usermeta($user-&gt;user_id, 'warp_up_public') == 1):
+			if ($class == &quot;even&quot;) {
+			  $class = &quot;odd&quot;;
+			} else {
+			  $class = &quot;even&quot;;
+			}
 			// var_dump($user);
 			?&gt;
-			&lt;div class=&quot;profile&quot;&gt;
+			&lt;div class=&quot;profile &lt;?php echo $class; ?&gt;&quot;&gt;
 				&lt;div class=&quot;avatar&quot;&gt;&lt;?php echo Warp_Userprofile::avatar_for($user); ?&gt;&lt;/div&gt;
 				&lt;h3 class='name'&gt;&lt;a href=&quot;&lt;?php echo Warp_Userprofile::permalink() . $user-&gt;user_login; ?&gt;&quot;&gt;&lt;?php echo $user-&gt;display_name; ?&gt;&lt;/a&gt;&lt;/h3&gt;
 				&lt;h4 class='title'&gt;&lt;?php echo get_usermeta($user-&gt;user_id, 'warp_up_title'); ?&gt;&lt;/h4&gt;
@@ -21,6 +32,4 @@
 
 	&lt;/div&gt;
 
-&lt;?php get_sidebar(); ?&gt;
-
 &lt;?php get_footer(); ?&gt;</diff>
      <filename>people.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,22 @@
 &lt;?php get_header(); ?&gt;
 
+&lt;?php 
+  $post = get_post(get_option('warp_userprofile_page'));
+  subbar($post); 
+?&gt;
+
 	&lt;div id=&quot;content&quot; class=&quot;narrowcolumn warp-span-6&quot;&gt;
-		&lt;div style='float: right' class=&quot;profileback&quot;&gt;
-			&lt;a href=&quot;&lt;?php echo Warp_Userprofile::permalink() ?&gt;&quot;&gt;&lt;?php _e( 'See all', 'warp_userprofile' ); ?&gt;&lt;/a&gt;			
-			&lt;?php 
-			global $userdata;
-			if (current_user_can('edit_users')): ?&gt;
-			&lt;br /&gt;&lt;a href=&quot;&lt;?php echo get_bloginfo('wpurl') . '/wp-admin/user-edit.php?user_id=' . $user-&gt;ID ?&gt;&quot;&gt;&lt;?php _e( 'Edit profile', 'warp_userprofile' ); ?&gt;&lt;/a&gt;						
-			&lt;?php elseif ($userdata-&gt;ID == $user-&gt;ID): ?&gt;
-				&lt;br /&gt;&lt;a href=&quot;&lt;?php echo get_bloginfo('wpurl') . '/wp-admin/profile.php' ?&gt;&quot;&gt;&lt;?php _e( 'Edit profile', 'warp_userprofile' ); ?&gt;&lt;/a&gt;						
-			&lt;?php endif; ?&gt;
-		&lt;/div&gt;
+		&lt;?php 
+		global $userdata;
+		if (current_user_can('edit_users')): ?&gt;
+  		&lt;div style='float: right' class=&quot;profileback&quot;&gt;
+    		&lt;a href=&quot;&lt;?php echo get_bloginfo('wpurl') . '/wp-admin/user-edit.php?user_id=' . $user-&gt;ID ?&gt;&quot;&gt;&lt;?php _e( 'Edit profile', 'warp_userprofile' ); ?&gt;&lt;/a&gt;						
+  		&lt;/div&gt;
+		&lt;?php elseif ($userdata-&gt;ID == $user-&gt;ID): ?&gt;
+  		&lt;div style='float: right' class=&quot;profileback&quot;&gt;
+    		&lt;a href=&quot;&lt;?php echo get_bloginfo('wpurl') . '/wp-admin/profile.php' ?&gt;&quot;&gt;&lt;?php _e( 'Edit profile', 'warp_userprofile' ); ?&gt;&lt;/a&gt;						
+  		&lt;/div&gt;
+		&lt;?php endif; ?&gt;
 		&lt;div class=&quot;profile&quot;&gt;
 			&lt;div class=&quot;avatar&quot;&gt;&lt;?php echo Warp_Userprofile::avatar_for($user); ?&gt;&lt;/div&gt;
 			&lt;h2 class='name'&gt;&lt;?php echo $user-&gt;display_name; ?&gt;&lt;/h2&gt;
@@ -41,6 +47,5 @@
 		&lt;/div&gt;
 
 	&lt;/div&gt;
-&lt;?php get_sidebar(); ?&gt;
 
 &lt;?php get_footer(); ?&gt;</diff>
      <filename>person.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6b9f817ab72bd4f9efdfa873707c63b7297455b3</id>
    </parent>
  </parents>
  <author>
    <name>koke</name>
    <email>koke@b8457f37-d9ea-0310-8a92-e5e31aec5664</email>
  </author>
  <url>http://github.com/koke/warp-userprofile/commit/ad56e89501797b2dde1ce3fa951d3637e8cb7ab1</url>
  <id>ad56e89501797b2dde1ce3fa951d3637e8cb7ab1</id>
  <committed-date>2008-05-28T10:20:21-07:00</committed-date>
  <authored-date>2008-05-28T10:20:21-07:00</authored-date>
  <message>Helpers for new style


git-svn-id: http://svn.wp-plugins.org/warp-user-profile-extension/trunk@48273 b8457f37-d9ea-0310-8a92-e5e31aec5664</message>
  <tree>48837f62c49fb67fc9b289dbf4d1a59fc24884ee</tree>
  <committer>
    <name>koke</name>
    <email>koke@b8457f37-d9ea-0310-8a92-e5e31aec5664</email>
  </committer>
</commit>
