السلام عليكم ورحمة الله وبركاته
اريد التعديل على هذه الصفحة بان اضيف اليها (header.php) و (footer.php)
الخاص بالمدونة
الكود
<?php
header('(anti-spam-content-typetext/html; charset=UTF-8');
$url = $_GET['url'];
$blog = urldecode($_GET['blog']);
if ($blog == "") { $blog = "this Blog"; }
?>

<html>
<header>
<meta http-equiv="refresh" content="10; url=<?php echo $url; ?>">
</header>
<body style="margin:0">
<p style="font:12px Arial,Helvetica,sans-serif;color:#000;margin:99px 0;text-align:center;padding:50px;border:1px dotted #00F;background-color:#EEE">
Note: you click on an external link and leave the pages of <b><?php echo $blog; ?></b>.<br>
<br>
The next pages are not part of <b><?php echo $blog; ?></b>!<br>
<br>
We are not responsible for the content of this page. If you're not automatically redirected, please click <a href="<?php echo $url; ?>">here</a>.<br>
</p>
</body>
</html>
شكل الصفحة فى الوقت الحالى



ارغب بان يظهر فى الاعلى الهيدر واسفل الصفحة فوتر المدونة ايضا