HomeHelpTrac

Changeset 10511


Ignore:
Timestamp:
05/13/09 06:03:58 (3 years ago)
Author:
Leonid Sokushev
Message:
 
Location:
tags/6.1.5/groups/orca
Files:
2 edited

Legend:

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

    r10284 r10511  
    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"; 
  • tags/6.1.5/groups/orca/layout/uni/xsl/canvas.xsl

    r10242 r10511  
    2828<xsl:call-template name="canvas_includes" /> 
    2929 
     30<xsl:value-of select="/root/ray_integration" disable-output-escaping="yes" />  
     31 
    3032</head> 
    3133<xsl:element name="body"> 
Note: See TracChangeset for help on using the changeset viewer.