@using ZoomLa.BLL @functions{ public M_UserInfo mu { get { if (ViewBag.mu == null) { ViewBag.mu = new B_User(Context).GetLogin(); } return ViewBag.mu; } } } @{ } @Html.Partial("_layout_assets") @RenderSection("head", false)
@RenderSection("content", false)
@Html.Raw(ZoomLa.Components.SiteConfig.SiteInfo.Copyright)
@RenderSection("script", false)