formatting, indent projects etc
[dylansserver.git] / model / model.php
index fa75f65..674e8db 100644 (file)
@@ -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'];
   }