Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Mangeot-Nagata
didactique
Commits
0007a576
Commit
0007a576
authored
Sep 03, 2017
by
Mathieu Mangeot
Browse files
header et footer
parent
1de0db7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
footer.php
0 → 100644
View file @
0007a576
<p>
Le footer.php commence ici
</p>
<?php
wp_footer
();
?>
</body>
</html>
header.php
0 → 100644
View file @
0007a576
<!DOCTYPE html>
<html
<?php
language_attributes
();
?>
>
<head>
<meta
charset=
"
<?php
bloginfo
(
'charset'
);
?>
"
/>
<title>
<?php
wp_title
();
?>
</title>
<link
rel=
"profile"
href=
"http://gmpg.org/xfn/11"
/>
<link
rel=
"pingback"
href=
"
<?php
bloginfo
(
'pingback_url'
);
?>
"
/>
<?php
if
(
is_singular
()
&&
get_option
(
'thread_comments'
)
)
wp_enqueue_script
(
'comment-reply'
);
?>
<?php
wp_head
();
?>
</head>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment