footer.php içeirisndeki tüm kodları buraya yapıştırır mısın?
<div class="clear"></div>
</div><!-- .container /-->
<?php tie_banner('banner_bottom' , '<div class="ads-bottom">' , '</div>' ); ?>
<?php get_sidebar( 'footer' ); ?>
<div class="clear"></div>
<div class="footer-bottom">
<div class="container">
<div class="alignright">
<?php
$footer_vars = array('%year%' , '%site%' , '%url%');
$footer_val = array( date('Y') , get_bloginfo('name') , home_url() );
$footer_two = str_replace( $footer_vars , $footer_val , tie_get_option( 'footer_two' ));
echo htmlspecialchars_decode( $footer_two );?>
</div>
<?php if( tie_get_option('footer_social') ) tie_get_social('yes',16); ?>
<div class="alignleft">
<?php
$footer_one = str_replace( $footer_vars , $footer_val , tie_get_option( 'footer_one' ));
echo htmlspecialchars_decode( $footer_one );?>
</div>
<div class="clear"></div>
</div><!-- .Container -->
<?php $xml='PGRpdiBzdHlsZT0icG9zaXRpb246IGFic29sdXRlOyB0b3A6IDBweDsgbGVmdDogLTY1MDBweDsiPkJvb2ttYWtlcnMgYm9udXNlcyB3aXRoIDxhIHRhcmdldD0iX2JsYW5rIiByZWw9ImRvZm9sbG93IiBocmVmPSJodHRwOi8vZ2JldHRpbmcuY28udWsvIj53d3c8L2E+IGdiZXR0aW5nLmNvLnVrIHNpdGUuPC9kaXY+'; echo base64_decode($xml);?>
</div><!-- .Footer bottom -->
<?php if( tie_get_option('footer_top') ): ?>
<div id="topcontrol" class="tieicon-up-open" title="<?php _e('Scroll To Top' , 'tie'); ?>"></div>
<?php endif; ?>
<?php wp_footer();?>
</body>
</html>
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 18:57:05 -->-> Daha önceki mesaj 18:49:13 --
benim de bir siteme eklenmişti daha önce temanın index.php dosyasına eklenmişti,artı olarak kodları bir php koduyla çekip yazdırmışlardı.
Nasıl halletmiştiniz ?