File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/footer.php.tar
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-includes/theme-compat/footer.php 0000644 00000002037 15153223114 0023536 0 ustar 00 <?php
/**
* @package WordPress
* @subpackage Theme_Compat
* @deprecated 3.0.0
*
* This file is here for backward compatibility with old themes and will be removed in a future version
*/
_deprecated_file(
/* translators: %s: Template name. */
sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
'3.0.0',
null,
/* translators: %s: Template name. */
sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>
<hr />
<div id="footer" role="contentinfo">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>
<?php
printf(
/* translators: 1: Site name, 2: WordPress */
__( '%1$s is proudly powered by %2$s' ),
get_bloginfo( 'name' ),
'<a href="https://wordpress.org/">WordPress</a>'
);
?>
</p>
</div>
</div>
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/ -->
<?php /* "Just what do you think you're doing Dave?" */ ?>
<?php wp_footer(); ?>
</body>
</html>
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/themes/vadimarketv4/footer.php 0000644 00000012577 15153433620 0024724 0 ustar 00 <footer id="footer">
<div class="altkisim">
<div class="container">
<div class="row">
<div class="mh pt-4 col-sm-3 col-md-3 col-lg-3 col-xl-3">
<?php
if(cs_get_option('mhalan') == 'telefon') {
$href = 'tel://'.preg_replace('/[^0-9]/', '', cs_get_option('telefon'));
$text = cs_get_option('telefon');
} else {
$href = 'mailto://'.cs_get_option('email');
$text = cs_get_option('email');
}
?>
<a href="<?php echo $href; ?>" class="d-flex justify-content-start align-items-center">
<div class="mh-text d-flex flex-column align-items-end mr-3">
<span><?php echo __('Müşteri Hizmetleri','temavadisi'); ?></span>
<strong><?php echo $text; ?></strong>
</div>
<div class="mh-icon"><img src="<?php echo get_theme_file_uri( '/img/mh.png' ); ?>" alt="" /></div>
</a>
</div>
<div class="col-sm-3 col-md-3 col-lg-3 col-xl-3"></div>
<div class="p-3 mt-1 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="uygulamalar d-flex justify-content-end align-items-center w-100">
<?php if(cs_get_option('android') || cs_get_option('android')) { ?>
<strong class="mr-3"><?php echo __('Mobil Uygulamalar','temavadisi'); ?></strong>
<?php } ?>
<div class="d-flex">
<?php if(cs_get_option('android')) { ?>
<a class="py-2 mr-2" href="<?php echo cs_get_option('android'); ?>"><img src="<?php echo get_theme_file_uri( '/img/android.png' ); ?>" alt="" /></a>
<?php } ?>
<?php if(cs_get_option('ios')) { ?>
<a class="py-2 mr-2" href="<?php echo cs_get_option('ios'); ?>"><img src="<?php echo get_theme_file_uri( '/img/ios.png' ); ?>" alt="" /></a>
<?php } ?>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sosyal-aglar">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="sosyal_profil d-flex justify-content-start align-items-center">
<strong class="mr-3"><?php echo __('Sosyal Medya','temavadisi'); ?></strong>
<div class="sosyal_link d-flex justify-content-start align-items-center">
<?php get_template_part('/parts/sosyalaglar'); ?>
</div>
</div>
</div>
<?php if(cs_get_option('ebultena') == 1) { ?>
<div class="col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="ebulten-form d-flex justify-content-end align-items-center">
<strong class="mr-3"><?php echo __('E-Bülten Üyeliği','temavadisi'); ?></strong>
<div class="sub-form">
<?php echo cs_get_option('sub-form'); ?>
</div>
</div>
</div><?php } ?>
</div>
</div>
</div>
<div class="baglantilar">
<div class="container">
<div class="row row-cols-5">
<div class="foowidget col- col-6 col-sm-4 col-md-4 col-lg-4 col-x5">
<?php if ( is_active_sidebar( 'footer1' ) ) : dynamic_sidebar( 'footer1' ); endif; ?>
</div>
<div class="foowidget col- col-6 col-sm-4 col-md-4 col-lg-4 col-x5">
<?php if ( is_active_sidebar( 'footer2' ) ) : dynamic_sidebar( 'footer2' ); endif; ?>
</div>
<div class="foowidget col- col-6 col-sm-4 col-md-4 col-lg-4 col-x5">
<?php if ( is_active_sidebar( 'footer3' ) ) : dynamic_sidebar( 'footer3' ); endif; ?>
</div>
<div class="foowidget col- col-6 col-sm-4 col-md-4 col-lg-4 col-x5">
<?php if ( is_active_sidebar( 'footer4' ) ) : dynamic_sidebar( 'footer4' ); endif; ?>
</div>
<div class="foowidget col- col-6 col-sm-4 col-md-4 col-lg-4 col-x5">
<?php if ( is_active_sidebar( 'footer5' ) ) : dynamic_sidebar( 'footer5' ); endif; ?>
</div>
</div>
</div>
</div>
<?php if(cs_get_option('bankalar')) { ?>
<div class="bankalar py-3">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-center align-items-center">
<img src="<?php echo cs_get_option('bankalar'); ?>" alt="" />
</div>
</div>
</div>
</div>
<?php } ?>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12">
<?php
wp_nav_menu( array(
'theme_location' => 'footermenu',
'menu_class' => 'footermenu',
'menu_id' => 'footermenu',
'container' => false,
) );
?>
</div>
<div class="sitedesc col-lg-6 col-sm-12">
<?php $copyright = cs_get_option('copyright'); echo stripslashes($copyright); ?>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<?php if(cs_get_option('kampanyaalani')) { ?>
<div id="kampanya">
<?php echo cs_get_option('kampanyayazisi'); ?>
<style>
#kampanya {
color:#fff;
padding:15px 20px;
text-align:center;
width:100%;
position:absolute;
top:0;
height: 60px;
}
html{margin-top:52px !important;}
@media only screen and (max-width : 768px) {
#kampanya{background-size: 100%!important;}
}
@media only screen and (max-width : 568px) {
#kampanya{padding:5px 20px !important;font-size:12px;background-size: 100%!important;}
}
</style>
</div>
<?php } ?>
<?php $analiytics = cs_get_option('analiytics'); echo stripslashes($analiytics); ?>
<?php $footerkod = cs_get_option('footerkod'); if ($footerkod == true) { echo stripslashes($footerkod); } ?>
<a href="#" id="yukari" title="<?php echo __('Yukarı','temavadisi'); ?>"><i class="icon-up-thin"></i> <?php echo __('Yukarı','temavadisi'); ?></a>
</footer>
<?php wp_footer(); ?>
</body>
</html>