PDF rausgenommen
This commit is contained in:
19
msd2/wordpress/wp-content/plugins/amp/templates/footer.php
Normal file
19
msd2/wordpress/wp-content/plugins/amp/templates/footer.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Footer template part.
|
||||
*
|
||||
* @package AMP
|
||||
*/
|
||||
|
||||
/**
|
||||
* Context.
|
||||
*
|
||||
* @var AMP_Post_Template $this
|
||||
*/
|
||||
?>
|
||||
<footer class="amp-wp-footer">
|
||||
<div>
|
||||
<h2><?php echo esc_html( wptexturize( $this->get( 'blog_name' ) ) ); ?></h2>
|
||||
<a href="#top" class="back-to-top"><?php esc_html_e( 'Back to top', 'amp' ); ?></a>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user