|
@@ -402,7 +402,7 @@ class PageController
|
|
|
{
|
|
|
// Including the page for the news
|
|
|
$html = null;
|
|
|
- $home = api_get_path(SYS_PATH).api_get_home_path();
|
|
|
+ $home = api_get_path(SYS_DATA_PATH).api_get_home_path();
|
|
|
$home_top_temp = null;
|
|
|
|
|
|
if (!empty($_GET['include']) && preg_match('/^[a-zA-Z0-9_-]*\.html$/', $_GET['include'])) {
|