From 8b9407c274cd5d20075bf4dcf71374a52a838f59 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 4 May 2017 00:14:08 -0600 Subject: [PATCH] Pages can now define extra stylesheet and script URLs --- app.php | 18 +++++++++++++++++- index.php | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app.php b/app.php index bf9adc1..de75a75 100644 --- a/app.php +++ b/app.php @@ -24,13 +24,21 @@ if (!is_empty($_GET['page'])) { - + <?php echo SITE_TITLE; ?> + \n"; + } + } + ?>
@@ -168,5 +176,13 @@ END; + \n"; + } + } + ?> \ No newline at end of file diff --git a/index.php b/index.php index 553c230..163d599 100644 --- a/index.php +++ b/index.php @@ -73,7 +73,7 @@ if (checkLoginServer()) { - + <?php echo SITE_TITLE; ?>