Skip to content

Commit

Permalink
Refatoring code...
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Jan 19, 2023
1 parent 00a9812 commit e9414df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/templates/default/more.tpl.php
Expand Up @@ -18,7 +18,7 @@
<a href="#"><img class="circle" src="<?php echo $_SESSION['fb_data']['picture']['data']['url']; ?>" alt="avatar"></a>
<?php elseif ( $_SESSION['google_data']['picture'] ) : ?>
<a href="#"><img class="circle" src="<?php echo $_SESSION['google_data']['picture']; ?>" alt="avatar"></a>
<!-- <?php elseif ( $_SESSION['avatar'] && !in_array($_SESSION['source'], array('google','facebook')) ) : ?> -->
<?php // elseif ( $_SESSION['avatar'] && !in_array($_SESSION['source'], array('google','facebook')) ) : ?>
<!-- <a href="#"><img class="circle" src="<?php echo RELATIVE_PATH; ?>/images/<?php echo $_SESSION["skin"]; ?>/uploads/<?php echo $_SESSION['avatar']; ?>" alt="avatar"></a> -->
<?php else : ?>
<?php if ($_SESSION["gender"] == "M") : ?>
Expand Down

0 comments on commit e9414df

Please sign in to comment.