View file tpl/header.tpl
<!DOCTYPE html>
<!--head tag starts-->
<head>
<link rel="stylesheet" href="{$url}/tpl/style/style.css" type="text/css"/>
<link rel="shortcut icon" href="{$url}/tpl/style/favicon.png" type="images/x-png"/>
<title>{$title}</title>
{$hide_links}
<meta name="keywords" content="">
<meta name="description" content="">
</head>
<body>
<div id="wrap">
<div class="header"> <a href="{$url}">{$logo}</a> </div>
<!--header end-->
<div class='links'>
{$links}
</div>