Added #10145: Global Head Tags in Settings

This commit is contained in:
Doug Bell 2009-04-29 21:51:22 +00:00
parent 003f54fd40
commit 026f7ff47e
5 changed files with 29 additions and 1 deletions

View file

@ -181,6 +181,7 @@ props["pageURL"] = "'.$self->session->url->page(undef, undef, 1).'";
return props[propName];
}
</script>
' . $self->session->setting->get('globalHeadTags') . '
<!--morehead-->
';