> > >This is how it's supposed to work. When the docs say "current directory" >this is what I meant. Doc patches welcome! >
I suppose since I wrote that original patch and the docs the misleading is my fault. Sorry... Perhaps "only in the directory of the including template" instead of "only in the current directory"? doc patch pasted in below if it makes any better sense... - Jody --- Template.pm Tue Jan 15 15:48:32 2002 +++ Template.pm.patched Tue Jan 15 15:49:51 2002 @@ -696,8 +696,8 @@ search_path_on_include - if set to a true value the module will search from the top of the array of paths specified by the path option on every <TMPL_INCLUDE> and use the first matching template found. The -normal behavior is to look only in the current directory for a -template to include. Defaults to 0. +normal behavior is to look only in the directory of the including +template for a template to include. Defaults to 0. =item * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
