mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #3570 Non-standard news template preference - rendering issue.
This commit is contained in:
@@ -1528,8 +1528,9 @@ class news_front
|
||||
// $text .= ($nextprev ? "<div class='nextprev'>".$nextprev."</div>" : "");
|
||||
// $text=''.$text.'<center>'.$nextprev.'</center>';
|
||||
|
||||
echo $text;
|
||||
// echo $text;
|
||||
$this->setNewsCache($this->cacheString, $text);
|
||||
return $text;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user