mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Forum templates paths fix
This commit is contained in:
@@ -239,6 +239,10 @@ if (!isset($FORUM_MAIN_START))
|
||||
{
|
||||
include_once(THEME.'forum_template.php');
|
||||
}
|
||||
elseif(file_exists(THEME.'templates/forum/forum_template.php'))
|
||||
{
|
||||
require_once(THEME.'templates/forum/forum_template.php');
|
||||
}
|
||||
}
|
||||
include(e_PLUGIN.'forum/templates/forum_template.php');
|
||||
|
||||
|
Reference in New Issue
Block a user