mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Download search URL fix
This commit is contained in:
@@ -913,7 +913,7 @@ class download_shortcodes extends e_shortcode
|
|||||||
$text .= '<div><div class="input-group">';
|
$text .= '<div><div class="input-group">';
|
||||||
$text .= "<input class='tbox form-control search-query' type='text' name='q' size='30' value='' placeholder=\"".LAN_dl_41."\" maxlength='50' />
|
$text .= "<input class='tbox form-control search-query' type='text' name='q' size='30' value='' placeholder=\"".LAN_dl_41."\" maxlength='50' />
|
||||||
<input type='hidden' name='r' value='0' />
|
<input type='hidden' name='r' value='0' />
|
||||||
<input type='hidden' name='t' value='downloads' />
|
<input type='hidden' name='t' value='download' />
|
||||||
";
|
";
|
||||||
|
|
||||||
$text .= '
|
$text .= '
|
||||||
|
Reference in New Issue
Block a user