diff --git a/templates/header.html b/templates/header.html index 228b8dc2..a92b6dbc 100644 --- a/templates/header.html +++ b/templates/header.html @@ -13,7 +13,6 @@ var inMod = {% if mod %}true{% else %}false{% endif %}; var modRoot="{{ config.root }}"+(inMod ? "mod.php?/" : ""); var max_images={{ config.max_images }}; - var board_name="{{ board.uri }}"; {% raw %} var styles = { {% endraw %} diff --git a/templates/index.html b/templates/index.html index c83e0eb8..87749bdc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,11 +4,12 @@ {% include 'header.html' %} diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 0334d661..7060c4cd 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -5,6 +5,7 @@ {% include 'header.html' %}