Changeset 1706 in ExiteCMS for branches/PLi-Fusion/pm.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/pm.php

    r1702 r1706  
    10411041 
    10421042    // define the panel and assign the template variables 
    1043     $template_panels[] = array('type' => 'body', 'name' => 'pm.post', 'title' => $title, 'template' => 'main.pm.post.tpl', 'locale' => "main.pm"); 
     1043    $template_panels[] = array('type' => 'body', 'name' => 'pm.post', 'title' => $title, 'template' => 'main.pm.post.tpl', 'locale' => array("main.pm", "hoteditor")); 
    10441044    $template_variables['pm.post'] = $variables; 
    10451045 
Note: See TracChangeset for help on using the changeset viewer.