Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 591 → Rev 592

/web/admin/welcome.php
5,7 → 5,14
*/
require_once('includes/defines.inc.php');
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
//require_once(ALCASAR_ADMIN_PATH_RESSOURCES.'/phpsysinfo/index.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
</head>
 
echo ALCASAR_ADMIN_PATH_IMG.'<br>';//test
?>
WELCOME
<h1>PAGE D'ACCUEIL</h1>
</body>
</html>