around title and style
This commit is contained in:
parent
8f9a1e3e04
commit
9a2098052d
5 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<%@ Page Title="Billets utilisateurs" Language="C#" Inherits="System.Web.Mvc.ViewPage<BlogEntryCollection>" MasterPageFile="~/Models/App.master"%>
|
||||
<%@ Register Assembly="Yavsc.WebControls" TagPrefix="yavsc" Namespace="Yavsc.WebControls" %>
|
||||
<asp:Content ContentPlaceHolderID="init" ID="init1" runat="server">
|
||||
<% Title = (string) ViewData["BlogTitle"] ; %>
|
||||
<% Title = ((string) ViewData["BlogTitle"])+" - "+YavscHelpers.SiteName ; %>
|
||||
</asp:Content>
|
||||
<asp:Content ContentPlaceHolderID="overHeaderOne" ID="header1" runat="server">
|
||||
<h1 class="blogtitle"><a href="/Blog/<%=ViewData["BlogUser"]%>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue