1
0
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:
secretr
2011-12-06 16:08:06 +00:00
parent 6cf1f90711
commit 5324df60b2
6 changed files with 7 additions and 115 deletions

View File

@@ -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 . "' />&nbsp;&nbsp;&nbsp;&nbsp;<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;
}