Changeset 789


Ignore:
Timestamp:
04/26/11 14:38:26 (13 months ago)
Author:
r2
Message:

mod_forum, передавать флаг closed для тем в шаблон

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/mod_forum/module.php

    r782 r789  
    5858                                        $threads[$next]['forum']        = ucfirst($t['forum']); 
    5959                                        $threads[$next]['forumhref']    = '/forum/'.$t['fid']; 
     60                                        $threads[$next]['closed']       = $t['closed']; 
    6061 
    6162                    $threads[$next]['secret']       = 0; 
Note: See TracChangeset for help on using the changeset viewer.