Optional subtitle in static pages.

This commit is contained in:
Savetheinternet 2010-11-30 20:38:24 +11:00 committed by Paul Merrill
parent 4906ebac53
commit 5a4741377a
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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 &copy; 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>