View file header.php

File size: 1.62Kb
<?php
error_reporting(0);
if(empty($title))
{
$title = $ss->settings['title'];
}
else
{
$title .= " - {$ss->settings['title']}";
}

$title = escape($title);

echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>'.$title.' :: Funny videos, Free HD Videos, Ringtones, Wallpapers, Themes, Games, Softwares, Mp3 Songs, Videos</title>
<meta name="title" content="'.$title.', HD Videos, funny videos, Free HD Videos, Ringtones, Wallpapers, Themes, Games, Softwares, Mp3 Songs, Videos" />
<meta name="robots" content="index, follow" />
<meta name="language" content="en" />
<meta name="keywords" content="songs, desh bhakti songs, old Sonngs, ringtones, wallpapers, '.$title.'">
<meta name="description" content="Free Mobile Ringtones, Desh Bhakti Songs, Old Sonngs, Bollywood Songs, Wallpaper, Videos, Animations And More services :: WapLover.Cf ::: '.$title.'">
<meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport" />
<meta name="viewport" content="width=device-width" />
<meta name="google-site-verification" content="p85Gb_3l4PrcaLeLQiFZqSycxdjb9UdaxAwdTuyPBUA" />
<link rel="shortcut icon" href="'.$ss->settings['url'].'/assets/images/favicon.ico" />
<link href="http://dailymaza.com/css/dailymaza.css?2811" rel="stylesheet"/>
</head>
<body>
<div class="logo"><a href="'.$ss->settings['url'].'"><img alt="'.$ss->settings['title'].'" src="'.$ss->settings['logo'].'" /></a></div>';

include_once('./assets/ads/header.php');