mirror of
https://github.com/daledavies/jump.git
synced 2026-02-23 23:00:46 +01:00
Use translated string for home tag
This commit is contained in:
@@ -19,7 +19,7 @@ class HomePage extends AbstractPage {
|
||||
$template = $this->mustache->loadTemplate('header');
|
||||
$greeting = null;
|
||||
if (!$this->config->parse_bool($this->config->get('showgreeting'))) {
|
||||
$greeting = 'home';
|
||||
$greeting = $this->language->get('tags.home');
|
||||
}
|
||||
$csrfsection = $this->session->getSection('csrf');
|
||||
$unsplashdata = $this->cache->load('unsplash');
|
||||
|
||||
Reference in New Issue
Block a user