| 346 |
global $mosConfig_live_site; |
global $mosConfig_live_site; |
| 347 |
$image = mosAdminMenus::ImageCheckAdmin( 'help.png', '/administrator/images/', NULL, NULL, Td_('common', 'Help'), 'help' ); |
$image = mosAdminMenus::ImageCheckAdmin( 'help.png', '/administrator/images/', NULL, NULL, Td_('common', 'Help'), 'help' ); |
| 348 |
$image2 = mosAdminMenus::ImageCheckAdmin( 'help_f2.png', '/administrator/images/', NULL, NULL, Td_('common', 'Help'), 'help', 0 ); |
$image2 = mosAdminMenus::ImageCheckAdmin( 'help_f2.png', '/administrator/images/', NULL, NULL, Td_('common', 'Help'), 'help', 0 ); |
| 349 |
$helpUrl = mosGetParam( $GLOBALS, 'mosConfig_helpurl', '' ); |
|
| 350 |
|
/*$helpUrl = mosGetParam( $GLOBALS, 'mosConfig_helpurl', '' ); |
| 351 |
if ($helpUrl) { |
if ($helpUrl) { |
| 352 |
$url = $helpUrl . '/index2.php?option=com_content&task=findkey&pop=1&keyref=' . urlencode( $ref ); |
$url = $helpUrl . '/index2.php?option=com_content&task=findkey&pop=1&keyref=' . urlencode( $ref ); |
| 353 |
} else { |
} else {*/ |
| 354 |
$url = $mosConfig_live_site . '/help/'; |
$url = $mosConfig_live_site . '/help/'; |
| 355 |
if ($com) { |
if ($com) { |
| 356 |
$url = $mosConfig_live_site . '/administrator/components/' . $GLOBALS['option'] . '/help/'; |
$url = $mosConfig_live_site . '/administrator/components/' . $GLOBALS['option'] . '/help/'; |
| 359 |
$ref = $ref . '.xml'; |
$ref = $ref . '.xml'; |
| 360 |
} |
} |
| 361 |
$url .= $ref; |
$url .= $ref; |
| 362 |
} |
|
| 363 |
|
/*}*/ |
| 364 |
|
|
| 365 |
?> |
?> |
| 366 |
<td> |
<td> |
| 367 |
<a class="toolbar" href="#" onclick="window.open('<?php echo $url;?>', 'mambo_help_win', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no');" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('help','','<?php echo $image2; ?>',1);"> |
<a class="toolbar" href="#" onclick="window.open('<?php echo $url;?>', 'mambo_help_win', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no');" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('help','','<?php echo $image2; ?>',1);"> |