From a730c46fb81748f1b21de3f2967a5966fea7e735 Mon Sep 17 00:00:00 2001 From: Colin Griffith Date: Fri, 8 Jun 2012 23:43:54 -0700 Subject: [PATCH] Changed styling and a few other things. Mostly presentational. --- copyright.php | 10 ++++++++++ fragments/login.htmf | 10 +++++----- templates/main.htmt | 11 ++++++++++- unite.inc.php | 1 + 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/copyright.php b/copyright.php index f974744..a78532e 100644 --- a/copyright.php +++ b/copyright.php @@ -1,2 +1,12 @@

© John Doe 2014 +

+

+ + HTML and CSS tutorials, references, and articles + +

+

+ + Valid CSS! +

\ No newline at end of file diff --git a/fragments/login.htmf b/fragments/login.htmf index b9354c1..a4bc6b3 100644 --- a/fragments/login.htmf +++ b/fragments/login.htmf @@ -1,11 +1,11 @@ -
-

+ +

- +

-

+

- +

diff --git a/templates/main.htmt b/templates/main.htmt index 7e03715..8a81dd3 100644 --- a/templates/main.htmt +++ b/templates/main.htmt @@ -10,7 +10,16 @@ $this->new_module('footer', 'copyright.php', 3, "\t"); <?php echo $this->title; ?> - Your Website - + +

diff --git a/unite.inc.php b/unite.inc.php index 1fd5261..f6698cd 100644 --- a/unite.inc.php +++ b/unite.inc.php @@ -11,4 +11,5 @@ include_once('general.inc.php'); include_once('template.inc.php'); include_once('security.inc.php'); + ?> \ No newline at end of file