nick3() and partially nick7() functions replaced by nick class

This commit is contained in:
lopar
2018-03-04 00:54:41 +02:00
parent 7c612d6088
commit e5d14473db
46 changed files with 125 additions and 186 deletions
+1 -1
View File
@@ -143,7 +143,7 @@
if ($i==0) { $i = 1; $color = '#C7C7C7';} else { $i = 0; $color = '#D5D5D5'; }
echo "<TR bgcolor={$color}><TD align=center width=20%><IMG SRC=\"i/sh/{$row['img']}\" BORDER=0>
<BR><small>
Положил: ".nick3($it['owner'])."<BR> </small>";
Положил: ".nick::id($it['owner'])->full(1)."<BR> </small>";
?>
<?