Changeset 157 for trunk/includes/main.php
- Timestamp:
- 03/12/2006 07:16:30 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/main.php
r145 r157 56 56 $this->html->head->add_title($lang['site_title']); 57 57 $this->html->head->add_meta("text/html; charset=".$lang['charset'], "", "Content-Type"); 58 header("Content-Type: text/html; charset=".$lang['charset']); 58 59 59 60 $this->html->body->tpl['center'] = $this->center->output(); … … 63 64 if ($this->message->show) $this->html->body->tpl['message'] = $this->message->output(); 64 65 65 header("Content-Type: text/html; charset=".$lang['charset']);66 66 return $this->html->output(); 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.
