View file tube/page_head.php

File size: 757B
<?php
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>";
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/vnd.wap.xhtml+xml; charset=utf-8" />

<?php
//BASIC CONFIG

// Main site url (will be at bottom of every page)
$site = "http://mtube.cf";

// Title for main site url link (above)
$sitename = "mtube.cf";

// Url/path to logo
$logourl = "http://mtube.cf/logopng";

?>

<title><?php echo $sitename; ?> - Mobile YouTube Downloader</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>

<div class="logo">
<img src="<?php echo $logourl; ?>" alt="" />
</div>