Topic: Changing "this is the homepage title"
To change the default pagetitle (this is the homepage title) open page_home.php.
Change
$smarty->assign('seo_title', "This is the homepage title");into
$smarty->assign('seo_title', "This is a better homepage title");And now that you've page_home.php opened you might want to consider to change
smarty->assign('seo_desc', "A proper description of my website because I love search engines");$smarty->assign('seo_keys', "tell, the, search, engines, in, a, few, tags, what, your, site, is, about");just below seo_title