1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #3570 Non-standard news template preference - rendering issue.

This commit is contained in:
Cameron
2018-12-16 11:01:04 -08:00
parent c398d9cc34
commit 5a55580818

View File

@@ -1528,8 +1528,9 @@ class news_front
// $text .= ($nextprev ? "<div class='nextprev'>".$nextprev."</div>" : ""); // $text .= ($nextprev ? "<div class='nextprev'>".$nextprev."</div>" : "");
// $text=''.$text.'<center>'.$nextprev.'</center>'; // $text=''.$text.'<center>'.$nextprev.'</center>';
echo $text; // echo $text;
$this->setNewsCache($this->cacheString, $text); $this->setNewsCache($this->cacheString, $text);
return $text;
} }
else else
{ {