From: Dylan Lloyd Date: Wed, 8 Mar 2017 18:01:21 +0000 (-0500) Subject: formatting, indent projects etc X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;p=dylansserver.git formatting, indent projects etc --- diff --git a/includes/style.css b/includes/style.css index 38459c1..858498e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -57,6 +57,10 @@ font-family:'bree_serifregular'; font-size: 404%; } +.indent { +margin-left:10px; +} + h1,h2 { font-size:256%; font-family:'bree_serifregular'; diff --git a/model/model.php b/model/model.php index fa75f65..674e8db 100644 --- a/model/model.php +++ b/model/model.php @@ -24,6 +24,7 @@ class model { $this->recaptcha_publickey = $config['recaptcha']['publickey']; $this->recaptcha_privatekey = $config['recaptcha']['privatekey']; $this->title = $config['site']['title']; + $this->site_title = $config['site']['title']; $this->tab_title = $config['site']['tab_title']; $this->home_link = $config['site']['home_link']; } diff --git a/view/index.php b/view/index.php index b3cbb51..847386b 100644 --- a/view/index.php +++ b/view/index.php @@ -22,20 +22,26 @@