mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
fix mohooks author
This commit is contained in:
parent
9df6f7e23e
commit
228c46dbc8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ use App\Services\{Router, Auth, DB, Date};
|
||||||
|
|
||||||
<p><b class="pw-place">'.$p['place'].'</b></p>
|
<p><b class="pw-place">'.$p['place'].'</b></p>
|
||||||
<span class="pw-descr">'.$p['postbody'].'</span>
|
<span class="pw-descr">'.$p['postbody'].'</span>
|
||||||
<p class="sm"><b>'.Date::zmdate($p['timeupload']).'</b><br>Автор: <a href="/author/'.$p['user_id'].'/">mohooks</a></p>
|
<p class="sm"><b>'.Date::zmdate($p['timeupload']).'</b><br>Автор: <a href="/author/'.$p['user_id'].'/">'.$p['username'].'</a></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue