diff options
-rw-r--r-- | _header.html (renamed from header.html) | 0 | ||||
-rw-r--r-- | _newsdata.html (renamed from newsdata.html) | 0 | ||||
-rwxr-xr-x | coc.php | 2 | ||||
-rwxr-xr-x | faq.php | 2 | ||||
-rwxr-xr-x | index.php | 4 | ||||
-rwxr-xr-x | signup.php | 2 | ||||
-rwxr-xr-x | stats.php | 2 | ||||
-rwxr-xr-x | submit.php | 2 |
8 files changed, 7 insertions, 7 deletions
diff --git a/header.html b/_header.html index 78e5c78..78e5c78 100644 --- a/header.html +++ b/_header.html diff --git a/newsdata.html b/_newsdata.html index 084fae8..084fae8 100644 --- a/newsdata.html +++ b/_newsdata.html diff --git a/coc.php b/coc.php index f0c331f..afd8496 100755 --- a/coc.php +++ b/coc.php @@ -14,7 +14,7 @@ <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="content"> <h1>tilde.institute code of conduct</h1> <p><strong>tl;dr</strong>: Be kind to each other. Think carefully about the words you 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> diff --git a/index.php b/index.php index 15d4393..e0ce20e 100755 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="front-content"> <p>Welcome to tilde.institute, a public-access UNIX system running OpenBSD. This is a space for people to explore the OpenBSD operating system, in addition to exploring the more social @@ -122,7 +122,7 @@ <br /> </div> <div id="news"> - <?php include("newsdata.html"); ?> + <?php include("_newsdata.html"); ?> </div> <div id="sshfp"> <pre> diff --git a/signup.php b/signup.php index 695eb45..0f8da66 100755 --- a/signup.php +++ b/signup.php @@ -14,7 +14,7 @@ <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="content" class="signup"> <h1>Request an Account</h1> <p> diff --git a/stats.php b/stats.php index 068dda3..4109048 100755 --- a/stats.php +++ b/stats.php @@ -12,7 +12,7 @@ </head> <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="content"> <br /> <!--<p><code><?php include("table.weekconns"); ?></code> unique users logged in this week (resets Saturdays <code>00:00 UTC</code>)</p>--> diff --git a/submit.php b/submit.php index ec2db1a..fe76f51 100755 --- a/submit.php +++ b/submit.php @@ -11,7 +11,7 @@ </head> <body> <div id="container"> - <?php include("header.html"); ?> + <?php include("_header.html"); ?> <div id="content" style="text-align: center;"> <?php require_once('bannedusers.php'); |