diff options
-rwxr-xr-x | checksetup.pl | 2 | ||||
-rw-r--r-- | globals.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index 075ea2eaf..8df823614 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -731,7 +731,7 @@ END print "\n\n"; print "*** It appears that you still have an old index.html hanging\n"; print " around. The contents of this file should be moved into a\n"; - print " template and placed in the 'template/custom' directory.\n\n"; + print " template and placed in the 'template/en/custom' directory.\n\n"; } close HTML; } diff --git a/globals.pl b/globals.pl index 951c4d6a5..248bcd594 100644 --- a/globals.pl +++ b/globals.pl @@ -1530,7 +1530,7 @@ use Template; $::template ||= Template->new( { # Colon-separated list of directories containing templates. - INCLUDE_PATH => "template/custom:template/default:template/en/custom:template/en/default" , + INCLUDE_PATH => "template/en/custom:template/en/default" , # Remove white-space before template directives (PRE_CHOMP) and at the # beginning and end of templates and template blocks (TRIM) for better |