Revision 57
Added by stefan about 20 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.6.0 ------------------------------------- |
| 14 | 14 |
09-Sep-2005 Stefan Braunewell |
| 15 |
+ Added utf-8 character encoding meta tag into all stock templates. |
|
| 15 | 16 |
-/! Removed initialize.php again, initialization now takes place in |
| 16 | 17 |
class wb constructor. |
| 17 | 18 |
# Fixed bug when changing a page's parent |
| trunk/wb/templates/allcss/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id: index.php,v 1.6 2005/04/15 06:38:13 rdjurovich Exp $
|
|
| 3 |
// $Id$ |
|
| 4 | 4 |
|
| 5 | 5 |
/* |
| 6 | 6 |
|
| ... | ... | |
| 28 | 28 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 29 | 29 |
<head> |
| 30 | 30 |
<title><?php page_title(); ?></title> |
| 31 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
| 31 | 32 |
<meta name="description" content="<?php page_description(); ?>" /> |
| 32 | 33 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
| 33 | 34 |
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /> |
| trunk/wb/templates/round/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id: index.php,v 1.6 2005/04/15 06:38:13 rdjurovich Exp $
|
|
| 3 |
// $Id$ |
|
| 4 | 4 |
|
| 5 | 5 |
/* |
| 6 | 6 |
|
| ... | ... | |
| 28 | 28 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 29 | 29 |
<head> |
| 30 | 30 |
<title><?php page_title(); ?></title> |
| 31 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
| 31 | 32 |
<meta name="description" content="<?php page_description(); ?>" /> |
| 32 | 33 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
| 33 | 34 |
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /> |
| trunk/wb/templates/simple/index.php | ||
|---|---|---|
| 28 | 28 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 29 | 29 |
<head> |
| 30 | 30 |
<title><?php page_title(); ?></title> |
| 31 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
| 31 | 32 |
<meta name="description" content="<?php page_description(); ?>" /> |
| 32 | 33 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
| 33 | 34 |
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /> |
Also available in: Unified diff