PHP Classes

File: footer.php

Recommend this page to a friend!
  Classes of Victor Andeloci   One WordPress Game Theme   footer.php   Download  
File: footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: One WordPress Game Theme
WordPress theme for a gaming blog and podcast
Author: By
Last change:
Date: 10 months ago
Size: 631 bytes
 

Contents

Class file image Download
<?php get_template_part('elements/main_nav'); ?>
<div id="image_show"><img src="" alt="Image visualizer"></div>
    <footer>
      <div class="container">
        <?php
          get_search_form
();
         
get_template_part('elements/nav');
       
?>
<div class="social-container">
          <?php get_template_part('elements/social_links'); ?>
</div>
        <p class="credits">ONE - v<?= ONE_VERSION ?><br>Development by <a href="https://github.com/victorandeloci" target="_blank" rel="nofollow noreferrer">@victorandeloci</a></p>
      </div>
    </footer>
    <?php wp_footer(); ?>
</body>
</html>