diff options
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r-- | phpBB/includes/template.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 7a89c634e0..9f1fe1b57b 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -724,6 +724,10 @@ class Template { return; } + + + + function compile_cache_clear($mode, &$dir, &$template) { $template_list = array(); @@ -795,8 +799,6 @@ class Template { '#\' \. \(\(isset\(\$this\->_tpldata\[\'([a-z0-9_\.]+?)\'\].*?[\'([a-z0-9_\.]+?)\'\].*?\[\'([A-Z0-9_]+?)\'\]\)\).*?\'\'\) \. \'#s', ); -//' . ((isset($this->_tpldata['faq_block_link.'][$_faq_block_link_i]['faq_row_link.'][$_faq_row_link_i]['U_FAQ_LINK'])) ? $this->_tpldata['faq_block_link.'][$_faq_block_link_i]['faq_row_link.'][$_faq_row_link_i]['U_FAQ_LINK'] : '') . ' - $replace_tags = array( '\1', '\1', |