From 2a0d6ce31478a7c7ec14fe84cde0676873454884 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 19 Nov 2014 09:26:26 -0500 Subject: [PATCH] add title to pages --- index.php | 9 +++++---- page.php | 19 ++++++++++++------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/index.php b/index.php index 529a8cb..5a685d0 100644 --- a/index.php +++ b/index.php @@ -23,10 +23,11 @@
- - -

- +

+ + +

+
\ No newline at end of file diff --git a/page.php b/page.php index 529a8cb..8fc7afa 100644 --- a/page.php +++ b/page.php @@ -15,18 +15,23 @@
- + "; + bcn_display(); + echo "
"; + } + ?>
- - -

- +

+ + +

+
\ No newline at end of file -- 2.17.1