From cf35423a20209aa1fdf847f9141d88d3975150d8 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 25 Sep 2014 12:44:26 -0400 Subject: [PATCH] this panel is actually custom html not custom JS --- src/views/admin/themes.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/admin/themes.tpl b/src/views/admin/themes.tpl index 4b024f6395..298a85c747 100644 --- a/src/views/admin/themes.tpl +++ b/src/views/admin/themes.tpl @@ -50,16 +50,16 @@ -

Custom JS

+

Custom Header

- You can enter custom JS here, it will be added to the head tag. + You can enter custom HTML here (ex. JavaScript, Meta Tags, etc.) which will be appended to the <head> section of your forum's markup.