mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -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"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"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">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<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
|
<?php
|
||||||
|
|
||||||
//Carabiner
|
//Carabiner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user