mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Changed load order of Menus and Theme Layout detection.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
if(USER_AREA && $sql->select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY rss_name"))
|
||||
if(USER_AREA && e107::getDb()->select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY rss_name"))
|
||||
{
|
||||
|
||||
$tp = e107::getParser();
|
||||
|
Reference in New Issue
Block a user