mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Forum: URL config refactoring; 'top' link removed from Jump box; markup error fix
This commit is contained in:
@@ -378,7 +378,7 @@ function forumjump()
|
||||
{
|
||||
$text .= "\n<option value='" . $key . "'>" . $val . "</option>";
|
||||
}
|
||||
$text .= "</select> <input class='button' type='submit' name='fjsubmit' value='" . LAN_03 . "' /> <a href='" . e_SELF . "?" . e_QUERY . "#top' onclick=\"window.scrollTo(0,0);\">" . LAN_10 . "</a></p></form>";
|
||||
$text .= "</select> <input class='button' type='submit' name='fjsubmit' value='" . LAN_03 . "' /></form>";
|
||||
return $text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user