diff options
author | Charlie Root <root@tilde.institute> | 2020-06-29 23:27:53 -0400 |
---|---|---|
committer | Charlie Root <root@tilde.institute> | 2020-06-29 23:27:53 -0400 |
commit | 603ac04ec07b8140a147e1eafaf0e3fc6baeee68 (patch) | |
tree | 63e4cfa5904e63c318c8caad5366341ff910a440 /faq.php | |
parent | 2d0934b6f5151788f407b40790c0898f625a185c (diff) | |
download | site-603ac04ec07b8140a147e1eafaf0e3fc6baeee68.tar.gz |
changed naming scheme for included files
Diffstat (limited to 'faq.php')
-rwxr-xr-x | faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/faq.php b/faq.php index d943b94..c7bc5f1 100755 --- a/faq.php +++ b/faq.php @@ -14,7 +14,7 @@ <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="content" class="faq"> <h1>FAQ</h1> |