Changeset 1706 in ExiteCMS for branches/PLi-Fusion/forum/post.php


Ignore:
Timestamp:
08/27/08 22:48:36 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1702:1705 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/forum/post.php

    r1666 r1706  
    10211021            $variables['attachtypes'] = str_replace(',', ' ', $settings['attachtypes']); 
    10221022            // define the panel 
    1023             $template_panels[] = array('type' => 'body', 'name' => 'forum.post', 'title' => $title, 'template' => 'forum.post.tpl', 'locale' => array("forum.main", "forum.post", "admin.forum_polls")); 
     1023            $template_panels[] = array('type' => 'body', 'name' => 'forum.post', 'title' => $title, 'template' => 'forum.post.tpl', 'locale' => array("forum.main", "forum.post", "admin.forum_polls", "hoteditor")); 
    10241024            $template_variables['forum.post'] = $variables; 
    10251025            break; 
Note: See TracChangeset for help on using the changeset viewer.