Функция nick() переехала в класс Nick.
This commit is contained in:
+2
-2
@@ -39,11 +39,11 @@ if ($_GET['id']) {
|
||||
while ($row = $query->fetch_assoc()) {
|
||||
// $id = $row['id'];
|
||||
// $s = $row['short'];
|
||||
// echo "<img src='i/klan/",$s,".gif'> $s";
|
||||
// echo "<img src='i/clan/",$s,".gif'> $s";
|
||||
// echo ' <form action="ul_clans.php" method="GET">';
|
||||
// echo "<input name='klan' type='hidden' value='$id'>";
|
||||
// echo '<input type="submit" name="id" value=Перейти к замку1></form><hr>';
|
||||
$frm = "<img src='i/align_%s.gif'> <img src='i/klan/%s.gif'> %s<br><form action='ul_clans.php' method='GET'></form><input name='klan' type='hidden' value='%s'><input type='submit' value='Вход'>";
|
||||
$frm = "<img src='i/align_%s.gif'> <img src='i/clan/%s.gif'> %s<br><form action='ul_clans.php' method='GET'></form><input name='klan' type='hidden' value='%s'><input type='submit' value='Вход'>";
|
||||
echo sprintf($frm,$row['align'],$row['short'],$row['name'],$row['id']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user