Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created November 11, 2011 23:15
Show Gist options
  • Save Javlopez/1359633 to your computer and use it in GitHub Desktop.
Save Javlopez/1359633 to your computer and use it in GitHub Desktop.
Home view backend/home
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<div>
<p>Bienvenido al sistema <strong><?php echo $auth->get_user()->email; ?></strong></p>
<p style="float:right;">
<a href="<?php echo $logout ?>" >Salir</a>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment