Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.65 KB | None | 0 0
  1. <?php
  2. ?>
  3. <div class="site-info">
  4.     <?php
  5.     if ( function_exists( 'the_privacy_policy_link' ) ) {
  6.         the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
  7.     }
  8.     ?>
  9. &nbsp;/&nbsp;
  10.     <a href="<?php echo esc_url( __( 'https://10.0.0.111/blog/index.php/impressum/', 'twentyseventeen' ) ); ?>" class="imprint">
  11.         <?php printf( __( 'Impressum', 'twentyseventeen' ), 'WordPress' ); ?>
  12.     </a>
  13. &nbsp;/&nbsp;
  14.     <a href="<?php echo esc_url( __( 'https://10.0.0.111/blog/index.php/kontakt/', 'twentyseventeen' ) ); ?>" class="imprint">
  15.         <?php printf( __( 'Kontakt', 'twentyseventeen' ), 'WordPress' ); ?>
  16.     </a>
  17. </div><!-- .site-info -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement