Changeset 10524 for tags/6.1.5/ray/modules/global/inc/content.inc.php
- Timestamp:
- 05/15/09 03:29:42 (3 years ago)
- File:
-
- 1 edited
-
tags/6.1.5/ray/modules/global/inc/content.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/6.1.5/ray/modules/global/inc/content.inc.php
r10475 r10524 82 82 require($sModulesPath . $sModule . "/inc/constants.inc.php"); 83 83 84 $sHolder = $aInfo['mode'] == "as3" ? "holder_as3.swf" : "holder.swf"; 85 if(isset($aModules[$sApp]['holder'])) $sHolder = $aModules[$sApp]['holder'] . ".swf"; 86 $sHolder = $sModulesUrl . GLOBAL_MODULE . "/app/" . $sHolder; 84 if(isset($aModules[$sApp]['holder'])) $sHolder = $aModules[$sApp]['holder']; 85 else $sHolder = $sModulesUrl . GLOBAL_MODULE . "/app/" . ($aInfo['mode'] == "as3" ? "holder_as3.swf" : "holder.swf"); 87 86 88 87 $iWidth = getSettingValue($sModule, $sApp . "_width");
Note: See TracChangeset
for help on using the changeset viewer.