Changeset 902 for trunk/admin/header.tpl.php
- Timestamp:
- 2012-05-29T04:25:41+02:00 (12 months ago)
- File:
-
- 1 edited
-
trunk/admin/header.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/header.tpl.php
r605 r902 4 4 <?php 5 5 echo <<<HEAD 6 <meta http-equiv="Content-Type" content="text/html; charset=$c harset" />7 <meta http-equiv="Content-Language" content="$ lang" />8 <script type="text/javascript" src="tablesort.js" charset="$c harset"></script>6 <meta http-equiv="Content-Type" content="text/html; charset=$config[charset]" /> 7 <meta http-equiv="Content-Language" content="$config[lang]" /> 8 <script type="text/javascript" src="tablesort.js" charset="$config[charset]"></script> 9 9 HEAD; 10 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.

