HomeHelpTrac

Ignore:
Timestamp:
05/13/09 06:00:27 (3 years ago)
Author:
Leonid Sokushev
Message:

Fix Ray Integration in Orca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/6.1.5/orca/classes/ThingPage.php

    r10284 r10509  
    9090        $ret .= '<header><![CDATA['.$glHeader.']]></header>'; 
    9191        $ret .= '<footer><![CDATA['.$glFooter.']]></footer>'; 
     92        $ret .= '<ray_integration><![CDATA[' . getRayIntegrationJS() . ']]></ray_integration>'; 
    9293 
    9394        $ret .= "<min_point>{$gConf['min_point']}</min_point>\n"; 
Note: See TracChangeset for help on using the changeset viewer.