„threadr/boards/post.php“ ändern
parent
6a52ca8025
commit
a9dfd9198f
|
@ -18,7 +18,11 @@ $navbar="boards";
|
||||||
<div class="item-1">
|
<div class="item-1">
|
||||||
<h1><center>ThreadR Post</center></h1>
|
<h1><center>ThreadR Post</center></h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="item-2 form">
|
||||||
|
<form action="%CONTENT_DIR%/boards/" method="post">
|
||||||
|
<input type="text" name="post" maxlength="2000" placeholder="What happened today?"/>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue