From 0867a3b173918adb3ea2997221196a9d7c6b70ef Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 22 Nov 2010 14:02:41 +0100 Subject: [PATCH] Remove redundancy from file name. --- imp/templates/common-header.inc | 2 +- imp/templates/dimp/{javascript_defs_dimp.php => javascript_defs.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename imp/templates/dimp/{javascript_defs_dimp.php => javascript_defs.php} (100%) diff --git a/imp/templates/common-header.inc b/imp/templates/common-header.inc index 5f81118d5..d875370c5 100644 --- a/imp/templates/common-header.inc +++ b/imp/templates/common-header.inc @@ -6,7 +6,7 @@ $imp_view = IMP::getViewMode(); * other scripts already added. */ switch ($imp_view) { case 'dimp': - include IMP_TEMPLATES . '/dimp/javascript_defs_dimp.php'; + include IMP_TEMPLATES . '/dimp/javascript_defs.php'; break; case 'mimp': diff --git a/imp/templates/dimp/javascript_defs_dimp.php b/imp/templates/dimp/javascript_defs.php similarity index 100% rename from imp/templates/dimp/javascript_defs_dimp.php rename to imp/templates/dimp/javascript_defs.php -- 2.11.0