Created
November 11, 2011 23:15
-
-
Save Javlopez/1359633 to your computer and use it in GitHub Desktop.
Home view backend/home
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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