Skip to content

Commit

Permalink
Añadida foto de perfil en dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
marc7hedev committed Oct 9, 2024
1 parent 1543cdb commit dce676e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content/dashboard-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?php
if(is_file("./app/views/fotos/".$_SESSION['foto'])){
echo '
<img class="is-rounded" src="'.APP_URL.'app/views/fotos/'.$_SESSION['foto'].'.png">
<img class="is-rounded" src="'.APP_URL.'app/views/fotos/'.$_SESSION['foto'].'">
';
}else{
echo '
Expand Down
Binary file modified app/views/fotos/Administrador_76.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dce676e

Please sign in to comment.