1
0
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:
Cameron
2020-12-31 11:46:53 -08:00
parent 6e19d79a63
commit 8906cf1e26
4 changed files with 19 additions and 16 deletions

View File

@@ -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);