-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46003a2
commit 4abd05a
Showing
49 changed files
with
24,225 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
/** | ||
* The template for displaying the footer | ||
* | ||
* Contains the closing of the #content div and all content after. | ||
* | ||
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials | ||
* | ||
* @package SAN_WP_Bootstrap | ||
*/ | ||
|
||
?> | ||
<?php if(!is_page_template( 'blank-page.php' ) && !is_page_template( 'blank-page-with-container.php' )): ?> | ||
</div><!-- .row --> | ||
</div><!-- .container --> | ||
</div><!-- #content --> | ||
|
||
<?php get_template_part( 'footer-widget' ); ?> | ||
|
||
<footer id="colophon" class="site-footer <?php echo san_wp_bootstrap_bg_class(); ?>" role="contentinfo"> | ||
|
||
<div class="container pt-3 pb-3"> | ||
|
||
<div class="site-info"> | ||
|
||
<span>Enjoy Everywhere. <span> | ||
<span>Theme by <a href="https://sanengineer.com" target="_blank">San Engineer</a></span> | ||
|
||
</div><!-- close .site-info --> | ||
</div> | ||
</footer><!-- #colophon --> | ||
<?php endif; ?> | ||
</div><!-- #page --> | ||
|
||
<?php wp_footer(); ?> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.