Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WP Emphaino-jess Theme
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jess Ward
WP Emphaino-jess Theme
Commits
b3219897
Commit
b3219897
authored
9 years ago
by
Jess Ward
Browse files
Options
Downloads
Patches
Plain Diff
removed credits from footer
parent
5d07c4ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
footer.php
+31
-0
31 additions, 0 deletions
footer.php
with
31 additions
and
0 deletions
footer.php
0 → 100644
+
31
−
0
View file @
b3219897
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Emphaino-jess
* @since Emphaino-jess 1.0
*/
?>
</div>
<!-- #main .site-main -->
<footer
id=
"colophon"
class=
"site-footer"
role=
"contentinfo"
>
<?php
get_sidebar
(
'footer'
);
?>
<div
id=
"bottom-bar"
>
<div
class=
"footer-full-width"
>
©
<?php
echo
date
(
"Y"
)
.
" "
.
get_bloginfo
(
'name'
);
?>
</div>
</div>
<!-- #bottom-bar -->
</footer>
<!-- #colophon .site-footer -->
</div>
<!-- #page .hfeed .site -->
<?php
if
(
get_theme_mod
(
'disable_backtotop'
)
!=
'on'
)
:
?>
<a
href=
"#"
class=
"back-to-top icon-up-open-mini"
></a>
<?php
endif
;
?>
<?php
wp_footer
();
?>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment