diff --git a/templates/CRM/Admin/Form/Setting/Url.hlp b/templates/CRM/Admin/Form/Setting/Url.hlp index e01986593a77..afad84db42f2 100644 --- a/templates/CRM/Admin/Form/Setting/Url.hlp +++ b/templates/CRM/Admin/Form/Setting/Url.hlp @@ -29,22 +29,8 @@ {ts}Resource URL{/ts} {/htxt} {htxt id='id-resource_url'} -{ts}Absolute URL of the location where the civicrm module or component has been installed.{/ts} -
- {ts}Example{/ts} - {ts 1=http://www.example.com/}If your site's home url is %1 ... then your CiviCRM Resource URL would be:{/ts} -
- {if $config->userSystem->is_drupal EQ '1'}
- http://www.example.com/sites/all/modules/civicrm/
- {elseif $config->userFramework EQ 'Joomla'}
- http://www.example.com/administrator/components/com_civicrm/civicrm/
- {else}
- http://www.example.com/
- {/if}
-
- |