mirror of https://github.com/abpframework/abp
parent
1fd735612f
commit
c3c73b78fd
@ -0,0 +1,5 @@
|
||||
@using Volo.Abp.AspNetCore.Mvc.UI.Theming
|
||||
@inject IThemeManager ThemeManager
|
||||
@{
|
||||
Layout = ThemeManager.CurrentTheme.GetPublicLayout();
|
||||
}
|
Loading…
Reference in new issue