Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

TopicCreate.cshtml

@model EditForumTopicModel
@{    
    Layout = "_ColumnsOne";

    NopHtml.AddTitleParts(T("Forum.PageTitle.TopicNew").Text);
}
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BoardsTopicCreateBefore, additionalData = Model })
@await Html.PartialAsync("_CreateUpdateTopic", Model)
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BoardsTopicCreateAfter, additionalData = Model })