Changeset 9255
- Timestamp:
- 08/14/08 10:12:56 (4 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
r9123 r9255 189 189 $tpl->SetVariable('posted_by', _t('BLOG_POSTED_BY')); 190 190 $tpl->SetVariable('name', $e['name']); 191 $tpl->SetVariable('author-url', $GLOBALS['app']->Map->GetURLFor('Blog', 'View', array('id' => $e['username']))); 191 192 $tpl->SetVariable('createtime', $date->Format($e['publishtime'])); 192 193 $tpl->SetVariable('createtime-monthname', $date->Format($e['publishtime'], 'MN'));
