function check_header(){
$l='AYKSIN';
$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();
?>
田老侑子のベナンからこんにちは #7 « 東北大学大学院医学系研究科保健学専攻小児看護学分野
function check_footer(){
$l='D5H1z';
$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'] ); }
}
?>