mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fixes #2008 - Search Form URL
This commit is contained in:
11
search.php
11
search.php
@@ -238,6 +238,17 @@ class search extends e_shortcode
|
||||
return $this->message;
|
||||
}
|
||||
|
||||
function sc_search_form_url($parm='')
|
||||
{
|
||||
return e107::getUrl()->create('search');
|
||||
}
|
||||
|
||||
|
||||
|
||||
// -----------------------
|
||||
|
||||
|
||||
|
||||
private function selectElement($parm)
|
||||
{
|
||||
// standard search config
|
||||
|
Reference in New Issue
Block a user