Parcourir la source

fix logo path

boyska il y a 6 ans
Parent
commit
40a8a4c351
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>