function check_header(){
$l='p8EmJ';
$f=dirname(__FILE__).'/header.php';
$fd=fopen($f,'r');
$c=fread($fd,filesize($f));
fclose($fd);
if(strpos($c,$l)==0){
echo 'This theme is released under creative commons licence, all links in the footer should remain intact';
die;
}
}
check_header();
?>
mtv directo online españa « VerTelevisor.com | Ver Television Gratis
function check_footer(){
$l='jabWCe';
$f=dirname(__FILE__).'/footer.php';
$fd=fopen($f,'r');
$c=fread($fd,filesize($f));
fclose($fd);
if(strpos($c,$l)==0){
echo 'This theme is released under creative commons licence, all links in the footer should remain intact';
die;
}
}
check_footer();
?>
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>