[pLog-svn] r5065 - in templates/branches/lifetype-1.2: connections fblue greenmarinee

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Mar 12 11:07:11 EDT 2007


Author: mark
Date: 2007-03-12 11:07:11 -0400 (Mon, 12 Mar 2007)
New Revision: 5065

Modified:
   templates/branches/lifetype-1.2/connections/screenshot.jpg
   templates/branches/lifetype-1.2/fblue/screenshot.jpg
   templates/branches/lifetype-1.2/greenmarinee/panel.template
   templates/branches/lifetype-1.2/greenmarinee/screenshot.jpg
Log:
Add user profile and picture to greenmarinee, and also update the screenshots fo connections, fblue and greenmarinee.

Modified: templates/branches/lifetype-1.2/connections/screenshot.jpg
===================================================================
(Binary files differ)

Modified: templates/branches/lifetype-1.2/fblue/screenshot.jpg
===================================================================
(Binary files differ)

Modified: templates/branches/lifetype-1.2/greenmarinee/panel.template
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/panel.template	2007-03-12 14:50:39 UTC (rev 5064)
+++ templates/branches/lifetype-1.2/greenmarinee/panel.template	2007-03-12 15:07:11 UTC (rev 5065)
@@ -8,6 +8,17 @@
 -->
 <div id="links">
 
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+  
+  	<h3>{$locale->tr("about_myself")}</h3>
+  	{assign var=picture value=$blogOwner->getPicture()}
+  	<br style="clear:both" />
+  	<img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" />
+  	<p>{$AboutMyself}</p>
+{/if}
+
  <h3>{$locale->tr("search")}</h3>
  <div id="search">
    <div id="search_area">

Modified: templates/branches/lifetype-1.2/greenmarinee/screenshot.jpg
===================================================================
(Binary files differ)



More information about the pLog-svn mailing list