mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
increase main width to 1200
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ else {
|
||||
|
||||
$s=htmlspecialchars($row["name"]).($sp_torrent ? " ".$sp_torrent : "");
|
||||
print("<h1 align=\"center\" id=\"top\">".$s."</h1>\n");
|
||||
print("<table width=\"940\" cellspacing=\"0\" cellpadding=\"5\">\n");
|
||||
print("<table width=\"97%\" cellspacing=\"0\" cellpadding=\"5\">\n");
|
||||
|
||||
$url = "edit.php?id=" . $row["id"];
|
||||
if (isset($_GET["returnto"])) {
|
||||
|
||||
Reference in New Issue
Block a user