{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}

{ts}You may configure these upload directories using absolute paths or path variables.{/ts} {help id='id-path_vars'}

{ts}If you modify the defaults, make sure that your web server has write access to the directories.{/ts}

{include file="CRM/common/formButtons.tpl" location="top"}
{$form.uploadDir.label} {$form.uploadDir.html|crmAddClass:'huge40'}
{ts}File system path where temporary CiviCRM files - such as import data files - are uploaded.{/ts}
{$form.imageUploadDir.label} {$form.imageUploadDir.html|crmAddClass:'huge40'}
{ts}File system path where image files are uploaded. Currently, this path is used for images associated with premiums (CiviContribute thank-you gifts).{/ts}
{$form.customFileUploadDir.label} {$form.customFileUploadDir.html|crmAddClass:'huge40'}
{ts}Path where documents and images which are attachments to contact records are stored (e.g. contact photos, resumes, contracts, etc.). These attachments are defined using 'file' type custom fields.{/ts}
{$form.customTemplateDir.label} {$form.customTemplateDir.html|crmAddClass:'huge40'}
{ts}Path where site specific templates are stored if any. This directory is searched first if set. Custom JavaScript code can be added to templates by creating files named templateFile.extra.tpl.{/ts} {docURL page="Customize Built-in Screens" resource="wiki"}
{ts}CiviCase configuration files can also be stored in this custom path.{/ts} {docURL page="user/case-management/set-up"}
{$form.customPHPPathDir.label} {$form.customPHPPathDir.html|crmAddClass:'huge40'}
{ts}Path where site specific PHP code files are stored if any. This directory is searched first if set.{/ts}
{$form.extensionsDir.label} {$form.extensionsDir.html|crmAddClass:'huge40'}
{ts}Path where CiviCRM extensions are stored.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}