1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Forum template work.

This commit is contained in:
Cameron
2013-03-12 04:22:09 -07:00
parent 652cda0b3b
commit 5cb899f8af
13 changed files with 617 additions and 22 deletions

View File

@@ -1202,6 +1202,7 @@ class e107forum
$FORUM_CRUMB['thread']['value'] = str_replace($search, $replace, $FORUM_CRUMB['thread']['value']);
$FORUM_CRUMB['fieldlist'] = 'sitename,forums,parent,subparent,forum,thread';
// $FORUM_CRUMB['style'] = 'bootstrap';
$BREADCRUMB = $e107->tp->parseTemplate('{BREADCRUMB=FORUM_CRUMB}', true);
}
else