theAurora adlı üyeden alıntı: mesajı görüntüle
#index.php
<?php
include("templates/banner.php");
?>
#banner.php
<?php
$sayfa =  $_SERVER['SCRIPT_NAME'];

if($sayfa == "/index.php") {
echo '
    <div class="img-15">
        <img src="images/img_15.png" width="818" height="132" alt="" />
    </div>
';
}

if($sayfa == "/hizmetlerimiz.php") {
echo '
    <div class="img-15">
        asdasd
    </div>
';
}
Bunu denermisin?
Teşekkürler çalıştı