Merge pull request #6746 from systopia/CRM-17218
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Path.hlp
1 {htxt id='id-path_vars'}
2 {ts}Path Variables{/ts}
3 <table>
4 <tbody>
5 <tr>
6 <td><tt>[cms.root]</tt></td>
7 <td><tt>{crmResPath ext='cms.root'}</tt></td>
8 </tr>
9 <tr>
10 <td><tt>[civicrm.root]</tt></td>
11 <td><tt>{crmResPath ext='civicrm.root'}</tt></td>
12 </tr>
13 <tr>
14 <td><tt>[civicrm.files]</tt></td>
15 <td><tt>{crmResPath ext='civicrm.files'}</tt></td>
16 </tr>
17 </tbody>
18 </table>
19 <p>
20 {ts}These variables are computed automatically using <tt>civicrm.settings.php</tt> and its options, such as <tt>CIVICRM_TEMPLATE_COMPILEDIR</tt>.{/ts}
21 </p>
22 {/htxt}