Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /home/spreitzer/public_html/werbeagentur/design/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : /home/spreitzer/public_html/werbeagentur/design/footer.php
			<div id="back-to-top">
				<a href="#top"><?php _e( 'Back to top' , 'layerswp' ); ?></a>
			</div> <!-- back-to-top -->

		</section>

		<?php do_action( 'layers_before_footer' ); ?>

		<footer id="footer" class="footer-site">
			<?php do_action( 'layers_before_footer_inner' ); ?>
			<div class="<?php if( 'layout-fullwidth' != layers_get_theme_mod( 'footer-width' ) ) echo 'container'; ?>  clearfix">
				<?php // Do logic related to the footer widget area count
				$footer_sidebar_count = layers_get_theme_mod( 'footer-sidebar-count' ); ?>

				<?php if( 0 != $footer_sidebar_count ) { ?>
					<?php do_action( 'layers_before_footer_sidebar' ); ?>
					<div class="row">
						<?php // Default Sidebar count to 4
						if( '' == $footer_sidebar_count ) $footer_sidebar_count = 4;

						// Get the sidebar class
						$footer_sidebar_class = floor( 12/$footer_sidebar_count ); ?>
						<?php for( $footer = 1; $footer <= $footer_sidebar_count; $footer++ ) { ?>
							<div class="column span-<?php echo esc_attr( $footer_sidebar_class ); ?> <?php if( $footer == $footer_sidebar_count ) echo 'last'; ?>">
								<?php dynamic_sidebar( LAYERS_THEME_SLUG . '-footer-' . $footer ); ?>
							</div>
						<?php } ?>
					</div>
					<?php do_action( 'layers_after_footer_sidebar' ); ?>
				<?php } // if 0 != sidebars ?>
				<?php do_action( 'layers_before_footer_copyright' ); ?>
				<div class="up-footer">
					<div class="container">
											<ul class="social-list">

							<a href="https://de-de.facebook.com/spreitzerandfriends" title="facebook" target="_blank"><img src="http://spreitzer-friends.com/wp-content/uploads/2015/07/facebook.png"></a>
							
						</ul>
						<?php if( '' != layers_get_theme_mod( 'footer-copyright-text' ) ) {  ?>
						<p class="copyright">
							<?php echo esc_html( layers_get_theme_mod( 'footer-copyright-text' ) ); ?>
						</p>
						<?php } ?>
					</div>
				</div>
				
				
				<?php do_action( 'layers_after_footer_copyright' ); ?>
			</div>
			<?php do_action( 'layers_after_footer_inner' ); ?>

			
		</footer><!-- END / FOOTER -->
		<?php do_action( 'layers_after_footer' ); ?>

	</section><!-- END / MAIN SITE #wrapper -->
	<?php do_action( 'layers_after_site_wrapper' ); ?>
	<?php wp_footer(); ?>
</body>
</html>

Samx