1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +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

@@ -346,9 +346,6 @@
$result = $this->dta->get_current_table('core');
$this->assertSame($result,$expected);
}