1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

Moved list detection to class2.

This commit is contained in:
Cameron
2019-06-16 13:45:05 -07:00
parent fa6852ea8e
commit a9292caef0
5 changed files with 6 additions and 38 deletions

View File

@@ -135,11 +135,6 @@ if(false === $cached)
}
if(strpos($cached,'<ul ') !== false)
{
e107::getRender()->setUniqueId('news-months-menu')->setContent('list', true);
}
$cached = $ns->tablerender(BLOGCAL_L1." ".$req_year, $cached, 'news_months_menu', true);