File: /home/ankarasy/domains/ankarasymm.com/private_html/wp-content/themes/alomaliye4/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package ascent
*/
?>
</div><!-- close .*-inner (main-content) -->
</div><!-- close .container -->
</div><!-- close .main-content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="container animated fadeInLeft">
<div class="row">
<div class="site-footer-inner col-sm-12 clearfix">
<?php get_sidebar( 'footer' ); ?>
</div>
</div>
</div><!-- close .container -->
<div id="footer-info">
<div class="container">
<div class="site-info">
<?php do_action( 'ascent_credits' ); ?>
<a href="http://www.alomaliye.com/" title="<?php esc_attr_e( 'Mevzuat', 'ascent' ); ?>" ><?php printf( __( 'Mevzuat: Alomaliye.com', 'ascent' ), 'MBA YMM' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( '%1$s ', 'ascent' ), 'ABACIPARK '); ?><a href="<?php echo esc_url( __( 'http://www.abacipark.com/', 'ascent' ) ); ?>" target="_blank"><?php printf( __( 'Web Hosting', 'ascent' ), 'ABACIPARK' ); ?></a>
</div><!-- close .site-info -->
</div>
</div>
</footer><!-- close #colophon -->
<?php if(of_get_option('enable_scroll_to_top')): ?>
<a href="#top" id="scroll-top"></a>
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>