|
|
@@ -5,6 +5,7 @@
|
|
|
<hr />
|
|
|
<?= $this->form->create(null, array('method' => 'get')); ?>
|
|
|
<?= $this->form->field('search', array('type' => 'textbox', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?>
|
|
|
+ <?= $this->form->label('type', 'For:'); ?>
|
|
|
<?= $this->form->select('type', array('Anime' => 'Anime',
|
|
|
'Manga' => 'Manga',
|
|
|
'Kdrama' => 'Kdrama')); ?>
|