From 02bcd7e2e1b43ce77ade9308ade809a5a583589d Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 25 Feb 2003 18:19:34 +0000 Subject: Various updates git-svn-id: file:///svn/phpbb/trunk@3530 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/template.php') 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', -- cgit v1.2.1