Optional subtitle in static pages.
This commit is contained in:
parent
4906ebac53
commit
5a4741377a
@ -13,6 +13,7 @@
|
||||
<div class="title">{board[title]?{board[title]}}</div>
|
||||
|
||||
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
||||
<input type="hidden" name="board" value="{board[uri]}" />
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
|
@ -8,7 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>{title}</h1>
|
||||
{subtitle?<div class="title">{subtitle}</div>}
|
||||
<div class="title">{subtitle?{subtitle}}</div>
|
||||
{body}
|
||||
<hr/>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
|
Loading…
Reference in New Issue
Block a user