X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=model%2Fmodel.php;h=674e8dbea9d5f0eb64d0b5f00dc095824a30df29;hb=HEAD;hp=fa75f652eda7037fd5036cf628ae18b55450b22f;hpb=dfd2fbae1d760ad18fa0866b9c1ba913c2de86f7;p=dylansserver.git 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']; }