--- swerc-e22a60362bb8/bin/util.rc 2012-02-14 21:51:09.000000000 -0800 +++ swerc/bin/util.rc 2012-02-20 21:43:13.072673874 -0800 @@ -84,7 +84,9 @@ fn conf_perm_redirect { } fn get_tpl_file { - if(test -f tpl/$1.local) + if(test -f $sitedir/_werc/tpl/$1) + echo -n $sitedir/_werc/tpl/$1 + if not if(test -f tpl/$1.local) echo -n tpl/$1.local if not if(test -f tpl/$1) echo -n tpl/$1