aboutsummaryrefslogtreecommitdiffstats
path: root/c/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'c/index.php')
-rw-r--r--c/index.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/c/index.php b/c/index.php
new file mode 100644
index 0000000..3c8c35d
--- /dev/null
+++ b/c/index.php
@@ -0,0 +1,25 @@
+<!-- ----------------------------------------------------------------------- -->
+<!-- -->
+<!-- File : index.php /_________/ -->
+<!-- Authors : Joe | -->
+<!-- Date : 06/2020 | -->
+<!-- Info : The C welcome page | -->
+<!-- / | -->
+<!-- \ / -->
+<!-- \_____/ -->
+<!-- -->
+<!-- ----------------------------------------------------------------------- -->
+
+<?php
+$prefix = "./";
+$curr_dir = basename(getcwd());
+if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
+ $prefix = "../";
+}
+?>
+<?php include $prefix."inc/classic-contents.inc.php"; ?>
+<?php jo_head("C"); ?>
+<?php jo_sidebar(); ?>
+<div class="body-contents">
+</div>
+<?php jo_footer(); ?>