{* +--------------------------------------------------------------------+ | 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}These settings define the CMS variables that are used with CiviCRM.{/ts}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $form.wpBasePage} {/if}
{$form.userFrameworkUsersTableName.label} {$form.userFrameworkUsersTableName.html}
{$form.wpBasePage.label} {$config->userFrameworkBaseURL}{$form.wpBasePage.html}

{ts 1=$config->userFrameworkBaseURL}By default, CiviCRM will generate front-facing pages using the home page at %1 as its base. If you want to use a different template for CiviCRM pages, set the path here.{/ts}

{$form.syncCMSEmail.label} {$form.syncCMSEmail.html}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $tablePrefixes}
{ts}Views integration settings{/ts}
{ts}To enable CiviCRM Views integration, add or update the following item in the settings.php file:{/ts}
{$tablePrefixes}
{/if}