Changeset 10509
- Timestamp:
- 05/13/09 06:00:27 (3 years ago)
- Location:
- tags/6.1.5/orca
- Files:
-
- 2 edited
-
classes/ThingPage.php (modified) (1 diff)
-
layout/uni/xsl/canvas.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/6.1.5/orca/classes/ThingPage.php
r10284 r10509 90 90 $ret .= '<header><![CDATA['.$glHeader.']]></header>'; 91 91 $ret .= '<footer><![CDATA['.$glFooter.']]></footer>'; 92 $ret .= '<ray_integration><![CDATA[' . getRayIntegrationJS() . ']]></ray_integration>'; 92 93 93 94 $ret .= "<min_point>{$gConf['min_point']}</min_point>\n"; -
tags/6.1.5/orca/layout/uni/xsl/canvas.xsl
r10242 r10509 28 28 <xsl:call-template name="canvas_includes" /> 29 29 30 <xsl:value-of select="/root/ray_integration" disable-output-escaping="yes" /> 31 30 32 </head> 31 33 <xsl:element name="body">
Note: See TracChangeset
for help on using the changeset viewer.