diff --git a/template.php b/template.php
index e0f244e..46bbd53 100644
--- a/template.php
+++ b/template.php
@@ -8,6 +8,9 @@ function eldir_preprocess_page(&$variables, $hook) {
   if (strpos($variables['logo'], 'eldir')) {
     $variables['svg_logo'] = str_replace('logo.png', 'images-source/aegir_logo_horizontal.svg', $variables['logo']);
   }
+  else {
+    $variables['svg_logo'] = $variables['logo'];
+  }
 
   // Overlay is enabled.
   $variables['overlay'] = (module_exists('overlay') && overlay_get_mode() === 'child');
