mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Changed load order of Menus and Theme Layout detection.
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
$this->assertFalse(THEME_LEGACY);
|
||||
|
||||
$this->assertSame('style.css', THEME_STYLE);
|
||||
$this->assertSame('jumbotron_sidebar_right', THEME_LAYOUT);
|
||||
// $this->assertSame('jumbotron_sidebar_right', THEME_LAYOUT); // loaded later in header.
|
||||
|
||||
$e107 = e107::getInstance();
|
||||
$this->assertSame('bootstrap3', $e107->site_theme);
|
||||
|
Reference in New Issue
Block a user