diff options
Diffstat (limited to 'views/default/css/n1_theme')
-rw-r--r-- | views/default/css/n1_theme/landing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php index df5b0ab..4767e5d 100644 --- a/views/default/css/n1_theme/landing.php +++ b/views/default/css/n1_theme/landing.php @@ -1,6 +1,6 @@ #n1-landing { height: 250px; - background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png'); + background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1.png'); background-repeat: no-repeat; display: table; margin: 30px 0 50px auto; |