From 3d4fb0ed19e132c340b347da483a1c75c65a1c1a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 6 Oct 2014 17:51:19 -0400 Subject: [PATCH] Standardize tpl file name --- CRM/Core/Resources.php | 2 +- templates/CRM/common/{localization.js.tpl => l10n.js.tpl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/CRM/common/{localization.js.tpl => l10n.js.tpl} (100%) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 2a34bde700..191796a3d4 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -571,7 +571,7 @@ class CRM_Core_Resources { 'otherSearch' => json_encode(ts('Enter search term...')), 'contactCreate' => CRM_Core_BAO_UFGroup::getCreateLinks(), ); - print CRM_Core_Smarty::singleton()->fetchWith('CRM/common/localization.js.tpl', $vars); + print CRM_Core_Smarty::singleton()->fetchWith('CRM/common/l10n.js.tpl', $vars); CRM_Utils_System::civiExit(); } diff --git a/templates/CRM/common/localization.js.tpl b/templates/CRM/common/l10n.js.tpl similarity index 100% rename from templates/CRM/common/localization.js.tpl rename to templates/CRM/common/l10n.js.tpl -- 2.25.1