Submit
Path:
~
/
home
/
getwphos
/
public_html
/
bubrupamjcb.com
/
wp-content
/
themes
/
caards
/
amp
/
File Content:
footer.php
<?php /** * Footer template part. * * @package AMP */ /** * Context. * * @var AMP_Post_Template $this */ ?> <footer class="amp-wp-footer"> <div class="site-info"> <?php $logo_url = get_theme_mod( 'footer_logo_dark' ); $logo_id = attachment_url_to_postid( $logo_url ); if ( $logo_id ) { ?> <div class="site-title footer-title"> <?php csco_get_retina_image( $logo_id, array( 'alt' => get_bloginfo( 'name' ) ), 'amp-img' ); ?> </div> <?php } else { ?> <div class="site-title footer-title"><?php bloginfo( 'name' ); ?></div> <?php } ?> <?php /* translators: %s: Author name. */ $footer_text = get_theme_mod( 'footer_text', sprintf( esc_html__( 'Designed & Developed by %s', 'caards' ), '<a href="' . esc_url( csco_get_theme_data( 'AuthorURI' ) ) . '">Code Supply Co.</a>' ) ); if ( $footer_text ) { ?> <div class="footer-copyright"> <?php echo wp_kses_post( $footer_text ); ?> </div> <?php } ?> </div><!-- .site-info --> </footer>
Submit
FILE
FOLDER
Name
Size
Permission
Action
footer.php
1009 bytes
0644
header-bar.php
1212 bytes
0644
single.php
1634 bytes
0644
style.php
14092 bytes
0644
N4ST4R_ID | Naxtarrr