mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
When using Bootstrap 5 and no template is found, fallback to bootstrap 4 template if present in core folder.
This commit is contained in:
@@ -1049,7 +1049,7 @@ while($row = $sql->fetch())
|
||||
$result6 = preg_replace('/"([^"]*)thumb.php/','"thumb.php', $result6);
|
||||
|
||||
// $result6 = str_replace($tempDir, '', $result6);
|
||||
|
||||
$expected = str_replace("\r", '', $expected);
|
||||
$this->assertSame($expected,$result6);
|
||||
$this->tp->setConvertToWebP(false);
|
||||
|
||||
|
Reference in New Issue
Block a user