mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
page title in title
This commit is contained in:
parent
40482420b6
commit
dbea8c893a
@ -1,10 +1,17 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<?php
|
||||
$page_title = '';
|
||||
if(isset($title))
|
||||
{
|
||||
$page_title .= $title . ' - ';
|
||||
}
|
||||
$page_title .= $this->config->item('site_name');
|
||||
?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<title><?php echo $this->config->item('site_name');?></title>
|
||||
<title><?php echo $page_title; ?></title>
|
||||
<?php
|
||||
|
||||
//Carabiner
|
||||
|
Loading…
x
Reference in New Issue
Block a user