%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" EnableTheming="true"%>
<% ViewState["orgtitle"] = Html.Translate(Page.Title); %>
<% Page.Title = ViewState["orgtitle"] + " - " + YavscHelpers.SiteName;
Page.Theme = (string) Profile.UITheme;
Page.StyleSheetTheme = (string) Profile.UITheme; %>
<%= Html.ThemeCSSLinks(Page.StyleSheetTheme,"style")%>
" />
" />
" />
" />
<%=Ajax.YaGlobalizationScript()%>
<% if (ViewData ["Notifications"]!=null) { %>
<% } %>