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
05c13719
Commit
05c13719
authored
Sep 03, 2017
by
Mathieu Mangeot
Committed by
GitHub
Sep 03, 2017
Browse files
Merge pull request #3 from mangeot/mathieu
Mathieu
parents
dd9e91c0
b3a689cf
Changes
5
Hide whitespace changes
Inline
Side-by-side
404.php
0 → 100644
View file @
05c13719
<?php
footer.php
0 → 100644
View file @
05c13719
<p>
Le footer.php commence ici
</p>
<?php
wp_footer
();
?>
</body>
</html>
functions.php
View file @
05c13719
/* commentaire */
<?php
/* commentaire */
header.php
0 → 100644
View file @
05c13719
<!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>
index.php
View file @
05c13719
<?php
get_header
();
?>
<?php
get_sidebar
();
?>
<?php
get_footer
();
?>
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