Changeset 144 for trunk/phpbms/help
- Timestamp:
- 10/21/06 17:15:28 (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
r131 r144 7 7 <head> 8 8 <title>phpBMS Resources</title> 9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 10 10 <?php require("head.php")?> 11 11 </head> -
trunk/phpbms/help/shortcuts.php
r131 r144 8 8 <head> 9 9 <title><?php echo $pageTitle?></title> 10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 11 11 <?php require("../head.php")?> 12 12 </head>