Changeset 9255

Show
Ignore:
Timestamp:
08/14/08 10:12:56 (4 months ago)
Author:
afz
Message:

set link to author in recent posts of blog gadget

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/gadgets/Blog/LayoutHTML.php

    r9123 r9255  
    189189                $tpl->SetVariable('posted_by', _t('BLOG_POSTED_BY')); 
    190190                $tpl->SetVariable('name', $e['name']); 
     191                $tpl->SetVariable('author-url', $GLOBALS['app']->Map->GetURLFor('Blog', 'View', array('id' => $e['username']))); 
    191192                $tpl->SetVariable('createtime', $date->Format($e['publishtime'])); 
    192193                $tpl->SetVariable('createtime-monthname', $date->Format($e['publishtime'], 'MN'));