[pLog-svn] r5064 - templates/branches/lifetype-1.2/Blix
mark at devel.lifetype.net
mark at devel.lifetype.net
Mon Mar 12 10:50:39 EDT 2007
Author: mark
Date: 2007-03-12 10:50:39 -0400 (Mon, 12 Mar 2007)
New Revision: 5064
Modified:
templates/branches/lifetype-1.2/Blix/links.template
templates/branches/lifetype-1.2/Blix/screenshot.jpg
Log:
Add user picture, and update screen shots with 760X570 resolution.
Modified: templates/branches/lifetype-1.2/Blix/links.template
===================================================================
--- templates/branches/lifetype-1.2/Blix/links.template 2007-03-12 14:48:42 UTC (rev 5063)
+++ templates/branches/lifetype-1.2/Blix/links.template 2007-03-12 14:50:39 UTC (rev 5064)
@@ -5,12 +5,12 @@
<!-- subcontent ................................. -->
<div id="subcontent">
{assign var=blogOwner value=$blog->getOwnerInfo()}
-{if $blogOwner->getAboutMyself()}
-<h2><em>About</em></h2>
-<P>
-{$blogOwner->getfullName()}</P>
-<P>{$blogOwner->getAboutMyself()}</P>
-
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+ <h2>{$locale->tr("about_myself")}</h2>
+ {assign var=picture value=$blogOwner->getPicture()}
+ <img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" />
+ <p>{$AboutMyself}</p>
{/if}
Modified: templates/branches/lifetype-1.2/Blix/screenshot.jpg
===================================================================
(Binary files differ)
More information about the pLog-svn
mailing list