Update home.php
This commit is contained in:
parent
194b323faa
commit
43cb9da20a
2
home.php
2
home.php
|
|
@ -39,7 +39,7 @@ $getitstarted->header();
|
|||
<img src="assets/renders/user/headshot?userId=<?php echo (int)htmlspecialchars($user->getID($con, $user->getUsername())); ?>" class="rounded-circle" width=190 height=190></img>
|
||||
<span class="text-center" style="font-size: 2rem; margin-left: 6px;"><?php echo $himsg; ?>, <?php echo htmlspecialchars($user->getUsername()); ?>!</span>
|
||||
<div style="margin-bottom: 50px;"></div>
|
||||
<h4 class=" card-title" style="margin-bottom: 15px;">Friends (2)</h4>
|
||||
<h4 class=" card-title" style="margin-bottom: 15px;">Friends (<?php $q=$con->prepare("SELECT count(*) FROM users");$q->execute();echo $q->fetchColumn(); ?>)</h4>
|
||||
<div class="card shadow-sm" style="height: 11.75rem;">
|
||||
<div class="card-group" style=" margin-left: 10px; margin-top: 10px;">
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue