about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharlie Root <root@tilde.institute>2020-06-29 23:27:53 -0400
committerCharlie Root <root@tilde.institute>2020-06-29 23:27:53 -0400
commit603ac04ec07b8140a147e1eafaf0e3fc6baeee68 (patch)
tree63e4cfa5904e63c318c8caad5366341ff910a440
parent2d0934b6f5151788f407b40790c0898f625a185c (diff)
downloadsite-603ac04ec07b8140a147e1eafaf0e3fc6baeee68.tar.gz
changed naming scheme for included files
-rw-r--r--_header.html (renamed from header.html)0
-rw-r--r--_newsdata.html (renamed from newsdata.html)0
-rwxr-xr-xcoc.php2
-rwxr-xr-xfaq.php2
-rwxr-xr-xindex.php4
-rwxr-xr-xsignup.php2
-rwxr-xr-xstats.php2
-rwxr-xr-xsubmit.php2
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');