mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
Cache added to newforumposts_menu.php. Fancybox 2.06b added to incompatible plugin list. (it loads an old version of jQuery) . Fix for BC replacement of newforumposts_main not rendering.
This commit is contained in:
@@ -180,7 +180,7 @@ class news_front
|
||||
*/
|
||||
private function renderNewForumPosts()
|
||||
{
|
||||
if(e107::isInstalled('newforumposts_main') && !empty($this->pref['nfp_display']))
|
||||
if(deftrue('THEME_LEGACY') && !empty($this->pref['nfp_display']))
|
||||
{
|
||||
$parms = array('layout'=>'main', 'display'=>$this->pref['nfp_amount']);
|
||||
|
||||
|
Reference in New Issue
Block a user