phpBMS

Changeset 131 for trunk/phpbms/index.php

Show
Ignore:
Timestamp:
10/19/06 15:58:01 (6 years ago)
Author:
brieb
Message:

Finished updating head.php include.
Updated CSS and XHTML compliance with clients add/edit screen

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/index.php

    r117 r131  
    3838        require_once("include/common_functions.php"); 
    3939        require_once("include/login_include.php"); 
     40         
     41        if(!isset($_SESSION["app_path"])) 
    4042?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    4143<html xmlns="http://www.w3.org/1999/xhtml"> 
     
    4345        <title><?PHP echo $_SESSION["application_name"]; ?> - Login Page</title> 
    4446        <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" />        
    4649        <link href="common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/pages/login.css" rel="stylesheet" type="text/css" /> 
    4750        <script language="javascript" src="common/javascript/common.js"></script> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.