Changeset 1148

Show
Ignore:
Timestamp:
06/13/07 14:13:08 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* Re-ordered weblog post link bar so that links added by run("weblog:post:links", xxx) is last.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/blog/lib/weblogs_posts_view.php

    r1102 r1148  
    272272                                            'fullname' => $fullname, 
    273273                                            'title' => $postTitle, 
    274                                             'commentslink' => $comments, 
    275                                             'links' => $links, 
     274                                            //'commentslink' => $comments, 
     275                                            'links' => $comments . $links, 
    276276                                            'postedby' => $postedby 
    277277                                            )