upgrade themes to latest Bootstrap, fix breaking change to ThemeBase due to IThemeControl being removed
This commit is contained in:
@ -375,7 +375,7 @@
|
||||
Type layouttype = Type.GetType(page.LayoutType);
|
||||
if (layouttype != null)
|
||||
{
|
||||
var layoutobject = Activator.CreateInstance(layouttype) as ILayoutControl;
|
||||
var layoutobject = Activator.CreateInstance(layouttype) as IThemeControl;
|
||||
if (layoutobject != null)
|
||||
{
|
||||
panes = layoutobject.Panes;
|
||||
|
Reference in New Issue
Block a user