Browse Source

fix logo path

boyska 6 years ago
parent
commit
40a8a4c351
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/hackit0x15/templates/includes/banner.html

+ 1 - 1
themes/hackit0x15/templates/includes/banner.html

@@ -10,7 +10,7 @@
 </header>
     
 {% if SITELOGO %}
-    <img src="{{ SITEURL }}{{THEME}}{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
+    <img src="{{ SITEURL }}/{{THEME_STATIC_DIR}}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
 
 
     </div>