NAME
XAO::Templates - templates caching and retrieving module
SYNOPSIS
XXX
DESCRIPTION
XXX
Templates retriever. Uses persistent cache to store once retrieved templates. Cache top level keys are site names, for system templates '/' is used as a site name.
- filename ($;$)
-
Checks if given path (first argument) exists and returns template's filename if it does and 'undef' if there is no template. Optional second argument refers to a sitename (project name), by default the current active project name is used.
- check (%)
-
Deprecated method, do not use.
AUTHOR
Copyright (c) 2000-2003 XAO Inc.
The author is Andrew Maltsev <am@xao.com>
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 110:
'=item' outside of any '=over'
- Around line 191:
You forgot a '=back' before '=head1'