mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Core template path changes.
This commit is contained in:
@@ -556,7 +556,7 @@ if(isset($pref['trackbackEnabled']) && $pref['trackbackEnabled'] && $table == 'n
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once(e_THEME."templates/trackback_template.php");
|
||||
require_once(e_CORE."templates/trackback_template.php");
|
||||
}
|
||||
|
||||
$text = "";
|
||||
|
Reference in New Issue
Block a user