Sequenzia/app/views/wiki/_sidebar.php
2013-10-26 18:06:58 -05:00

11 lines
341 B
PHP
Executable File

<div class="sidebar">
<div style="margin-bottom: 1em;">
<h6>Search</h6>
<?= $this->formTag(['action' => "index"], ['method' => "get"], function(){ ?>
<?= $this->textFieldTag("query", $this->params()->query, ['size' => 20, 'id' => "search-box"]) ?>
<?php }) ?>
</div>
<?= $this->partial("recently_revised") ?>
</div>