Exemplo n.º 1
0
        protected string GetHomepageLayout(string theme = "")
        {
            if (string.IsNullOrWhiteSpace(theme))
            {
                theme = GetTheme();
            }

            return(ThemeConfiguration.GetHomepageLayout(theme));
        }