<%@ Master Language="C#" AutoEventWireup="true" CodeFile="site.master.cs" Inherits="site" %> <%@ Register Src="~/admin/menu.ascx" TagName="menu" TagPrefix="uc1" %> <%@ Import Namespace="BlogEngine.Core" %> <%-- Name: Natural Essence 1.0 Date: 2008.01.24 Author: Jesse Foster | jf26028 (http://www.gravitycube.net/) Description: Soft and natural two-column template. License: Originally released under the Creative Commons Attribution 2.5 by Arcsin (http://templates.arcsin.se/license/). Enhancements released by GravityCube.net under the BSD license - Copyright (c) 2008, http://www.gravitycube.net/. See License.txt for full license. Credits: Original theme based on Natural Essence by Arcsin(http://templates.arcsin.se/natural-essence-website-template/) under the Creative Commons Attribution 2.5 license. --%>
<% if (Page.User.Identity.IsAuthenticated) { %> <%} %>