|
|
<?= $this->form->create(null, array('method' => 'get')); ?>
|
|
<?= $this->form->create(null, array('method' => 'get')); ?>
|
|
|
<?= $this->form->field('search', array('type' => 'textbox', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?>
|
|
<?= $this->form->field('search', array('type' => 'textbox', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?>
|
|
|
<?= $this->form->select('type', array('Anime' => 'Anime',
|
|
<?= $this->form->select('type', array('Anime' => 'Anime',
|