'form-search-widget', 'onsubmit' => 'return false;', 'class' => 'modal-dashboard', 'enctype' => 'multipart/form-data', 'method' => 'POST', ]; $inputs = [ [ 'id' => 'search_input_widget', 'arguments' => [ 'type' => 'text', 'name' => 'search-widget', 'value' => $search, 'size' => '30', 'class' => 'search_input', 'autofocus' => true, ], 'class' => 'pdd_t_0px_important', ], ]; HTML::printForm( [ 'form' => $form, 'inputs' => $inputs, ] ); $output = '
'; echo $output; ui_pagination($total, '#', $offset, 9, false, 'offset', false, 'center mrgn_top_10px');