1
0
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:
SecretR
2015-12-15 18:05:55 +02:00
parent df7e69031c
commit f67127bfed
3 changed files with 17 additions and 1 deletions

View File

@@ -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');