mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 08:39:57 +02:00
Fixes #4826 - redirect dynamic content on static domain.
This commit is contained in:
@@ -665,7 +665,7 @@ class news_front
|
||||
$options['query'] = ['page'=> $page];
|
||||
}
|
||||
|
||||
if(!deftrue('e_FRONTPAGE')) // Use site title when on frontpage.
|
||||
if(!deftrue('e_FRONTPAGE') && !empty($this->caption)) // Use site title when on frontpage.
|
||||
{
|
||||
e107::title($this->caption);
|
||||
}
|
||||
|
Reference in New Issue
Block a user