Changeset 125 for trunk/admin/help.php
- Timestamp:
- 09/03/2006 04:20:24 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/admin/help.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/help.php
r123 r125 5 5 <html xmlns="http://www.w3.org/1999/xhtml"> 6 6 <head> 7 <meta http-equiv="Content-Language" content="en-us" />8 7 <?php 9 8 echo <<<HEAD 10 9 <meta http-equiv="Content-Type" content="text/html; charset=$charset" /> 11 <meta http-equiv="Content-Language" content="$lang" />10 <meta http-equiv="Content-Language" content="$lang" /> 12 11 <script type="text/javascript" src="tablesort.js" charset="$charset"></script> 13 12 HEAD;

