Diff of /mambo/branches/4.6/administrator/includes/menubar.html.php
Parent Directory
|
Revision Log
|
Patch
| revision 549, Sat May 27 03:42:35 2006 UTC | revision 550, Mon May 29 17:21:00 2006 UTC | |
|---|---|---|
| # | Line 352 | Line 352 |
| 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 | $option = $GLOBALS['option']; | |
| 356 | if (substr($option,0,4) != 'com_') $option = "com_$option"; | |
| 357 | $component = substr($option, 4); | |
| 358 | if ($com) { | if ($com) { |
| 359 | $url = $mosConfig_live_site . '/administrator/components/' . $GLOBALS['option'] . '/help/'; | $url = $mosConfig_live_site . '/administrator/components/' . $option . '/help/'; |
| 360 | } | } |
| 361 | $ref = $ref . '.html'; | $ref = $component.'.'.$ref . '.html'; |
| 362 | $url .= $ref; | $url .= $ref; |
| 363 | ||
| 364 | #if (!file_exists($rootpath.'/help/'.$ref)) return false; | #if (!file_exists($rootpath.'/help/'.$ref)) return false; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

