diff options
Diffstat (limited to 'views/default/n1_theme')
-rw-r--r-- | views/default/n1_theme/css.php | 2 | ||||
-rw-r--r-- | views/default/n1_theme/header.php | 2 | ||||
-rw-r--r-- | views/default/n1_theme/landing.php | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index aa1f677..92ba6f3 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -43,7 +43,7 @@ .elgg-access, .elgg-input-access > option { padding-left: 19px; - background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/privacy.png'); + background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/privacy.png'); background-repeat: no-repeat; } diff --git a/views/default/n1_theme/header.php b/views/default/n1_theme/header.php index 5939df8..b9df3c2 100644 --- a/views/default/n1_theme/header.php +++ b/views/default/n1_theme/header.php @@ -6,6 +6,6 @@ $title = $vars['title']; if ($context === 'main' && $title == elgg_echo('content:latest')) { - echo elgg_view('n1_theme/landing'); + echo elgg_view('saravea_theme/landing'); } diff --git a/views/default/n1_theme/landing.php b/views/default/n1_theme/landing.php index 132b275..3ffdd0f 100644 --- a/views/default/n1_theme/landing.php +++ b/views/default/n1_theme/landing.php @@ -2,8 +2,8 @@ elgg_load_css('n1:landing_page'); -$title = elgg_echo('n1_theme:landing:title'); -$subtitle = elgg_echo('n1_theme:landing:subtitle'); +$title = elgg_echo('saravea_theme:landing:title'); +$subtitle = elgg_echo('saravea_theme:landing:subtitle'); echo <<<HTML <div id="n1-landing"> |