Changeset 131 for trunk/phpbms/index.php
- Timestamp:
- 10/19/06 15:58:01 (6 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/index.php
r117 r131 38 38 require_once("include/common_functions.php"); 39 39 require_once("include/login_include.php"); 40 41 if(!isset($_SESSION["app_path"])) 40 42 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 41 43 <html xmlns="http://www.w3.org/1999/xhtml"> … … 43 45 <title><?PHP echo $_SESSION["application_name"]; ?> - Login Page</title> 44 46 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 45 <link href="common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/base.css" rel="stylesheet" type="text/css" /> 47 48 <link href="common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/base.css" rel="stylesheet" type="text/css" /> 46 49 <link href="common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/pages/login.css" rel="stylesheet" type="text/css" /> 47 50 <script language="javascript" src="common/javascript/common.js"></script>