- ignored only new cache files
- missed to use getPath() to generate FQFN (full-qualified file name) for template cache file
Signed-off-by: Roland Häder <roland@mxchange.org>
-/.cache
-/.project
-/.settings
-/core
+/.cache/
+/.project/
+/.settings/
+/core/
DOCS/*.log
DOCS/doxygen/*.tmp
-DOCS/doxygen/html
-inc/.secret
-inc/cache/*.cache
+DOCS/doxygen/html/
+inc/.secret/
inc/cache/*.cache.php
inc/cache/*.log
inc/cache/*.rss
inc/cache/.revision
-inc/cache/_compiled/email/*.cache
-inc/cache/_compiled/html/*.cache
-inc/cache/_compiled/xml/*.cache
+inc/cache/_compiled/email/*.cache.php
+inc/cache/_compiled/html/*.cache.php
+inc/cache/_compiled/xml/*.cache.php
inc/cache/config-local.php
inc/cache/sess_*
-/nbproject
+/nbproject/
theme/org/css/aboutme.css
contrib/seitwert_www_mxchange_org.pdf
if (!isset($GLOBALS['template_cache_fqfn'][$prefix][$template])) {
// Generate the FQFN
$GLOBALS['template_cache_fqfn'][$prefix][$template] = sprintf(
- '%s_compiled/%s/%s.tpl%s',
+ '%s%s_compiled/%s/%s%s',
+ getPath(),
getCachePath(),
$prefix,
$template,