Show
Ignore:
Timestamp:
02/20/06 19:36:38 (3 years ago)
Author:
ben
Message:

Weblog post titles are now permalinks to the post, by popular request.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/weblogs/weblogs_posts_view.php

    r181 r264  
    173173                                                                                'body' => $body, 
    174174                                                                                'fullname' => $fullname, 
    175                                                                                 'title' => $title
     175                                                                                'title' => "<a href=\"".url.$username."/weblog/{$post->ident}.html\">$title</a>"
    176176                                                                                'comments' => $commentsbody 
    177177                                                                        ) 
     
    196196                                                                                'body' => $body, 
    197197                                                                                'fullname' => "", 
    198                                                                                 'title' => $title
     198                                                                                'title' => "<a href=\"".url.$username."/weblog/{$post->ident}.html\">$title</a>"
    199199                                                                                'comments' => "" 
    200200                                                                        ) 
     
    211211                                                                        'body' => $body, 
    212212                                                                        'fullname' => $fullname, 
    213                                                                         'title' => $title
     213                                                                        'title' => "<a href=\"".url.$username."/weblog/{$post->ident}.html\">$title</a>"
    214214                                                                        'commentslink' => $comments 
    215215                                                                )