diff --git a/_widgets.php b/_widgets.php index f5a1631..9b70789 100644 --- a/_widgets.php +++ b/_widgets.php @@ -95,12 +95,14 @@ class sabaWidget return; } + $q = $_ctx->saba_otpion ?? ''; + # title and search $res = ($w->title ? $w->renderTitle('') : '') . '
' . '

placeholder ? 'placeholder="' . html::escapeHTML($w->placeholder) . '"' : '') . ' aria-label="' . __('Search') . '"/> ' . '

' ;