Skip to content

Commit

Permalink
update config item calls to work with new topkit methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jackboberg committed Apr 27, 2012
1 parent 600c0f9 commit bc3536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Document.php
Expand Up @@ -448,7 +448,7 @@ protected function get_data()
private function generate_title()
{
$segs = $this->ci->uri->segment_array();
if ($site_title = config_item('site_title'))
if ($site_title = config_item('title', 'site'))
{
$segs[] = $site_title;
}
Expand Down

0 comments on commit bc3536a

Please sign in to comment.