From 24d0835030ca36e548906a70eda86b200b41d69b Mon Sep 17 00:00:00 2001 From: kjodle Date: Thu, 8 Jun 2017 21:24:44 -0400 Subject: [PATCH] Added php version --- template.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 template.php diff --git a/template.php b/template.php new file mode 100644 index 0000000..d85d561 --- /dev/null +++ b/template.php @@ -0,0 +1,42 @@ + tag of each page; allows you to use if functions to target specific pages. Must be unique for each page; do not move to a config.php file. + +?> + + + + + <?php echo $site_title; ?> + + + + + + + + + + + + + + + + + + + + +