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>
|
<div class="title">{board[title]?{board[title]}}</div>
|
||||||
|
|
||||||
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
||||||
|
<input type="hidden" name="board" value="{board[uri]}" />
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{title}</h1>
|
<h1>{title}</h1>
|
||||||
{subtitle?<div class="title">{subtitle}</div>}
|
<div class="title">{subtitle?{subtitle}}</div>
|
||||||
{body}
|
{body}
|
||||||
<hr/>
|
<hr/>
|
||||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
<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