Changeset 9866
- Timestamp:
- 11/09/08 20:28:02 (2 months ago)
- Files:
-
- trunk/jaws/html/gadgets/Blog/LayoutHTML.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/gadgets/Blog/LayoutHTML.php
r9504 r9866 216 216 $tpl->SetVariable('posted_by', _t('BLOG_POSTED_BY')); 217 217 $tpl->SetVariable('name', $e['name']); 218 $tpl->SetVariable('author-url', $GLOBALS['app']->Map->GetURLFor('Blog', 'View', array('id' => $e['username']))); 218 $tpl->SetVariable('author-url', $GLOBALS['app']->Map->GetURLFor('Blog', 219 'ViewAuthorPage', 220 array('id' => $e['username']))); 219 221 $tpl->SetVariable('createtime', $date->Format($e['publishtime'])); 220 222 $tpl->SetVariable('createtime-monthname', $date->Format($e['publishtime'], 'MN'));
