Commit c14101b2 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 140407 - remove all references to directories template/default and…

Bug 140407 - remove all references to directories template/default and template/custom. They are no more. Oceania is at war with Eastasia. Oceania has always been at war with Eastasia.
parent f825f153
......@@ -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;
}
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment