Changeset 150 for trunk/phpbms/help
- Timestamp:
- 10/22/06 13:38:49 (6 years ago)
- Location:
- trunk/phpbms/help
- Files:
-
- 2 modified
-
index.php (modified) (1 diff)
-
shortcuts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/help/index.php
r145 r150 41 41 $loginNoDisplayError=true; 42 42 require("../include/session.php"); 43 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">44 <html >43 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 44 <html xmlns="http://www.w3.org/1999/xhtml"> 45 45 <head> 46 46 <title>phpBMS Resources</title> -
trunk/phpbms/help/shortcuts.php
r145 r150 42 42 require("../include/session.php"); 43 43 $pageTitle="Keyboard Shortcuts"; 44 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">45 <html >44 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 45 <html xmlns="http://www.w3.org/1999/xhtml"> 46 46 <head> 47 47 <title><?php echo $pageTitle?></title>