Project

General

Profile

« Previous | Next » 

Revision 256

Added by ryan over 18 years ago

Added default charset option to settings

View differences:

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
<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
32 32
<meta name="description" content="<?php page_description(); ?>" />
33 33
<meta name="keywords" content="<?php page_keywords(); ?>" />
34 34
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />

Also available in: Unified diff