--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -19,7 +19,7 @@
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<title>{% block title %}Your title goes here{% endblock %}</title>
- {{theme_macros.extra_header(g.theme_static(''))}}
+ {{theme_macros.extra_header()}}
<script type="text/javascript">
/*jslint onevar: false, nomen: false, evil: true, css: true, plusplus: false, white: false, forin: true, on: true */
/*global alert, unescape, window, jQuery, $, net, COMSCORE */
@@ -132,6 +132,6 @@
{% elif c.project.neighborhood %}
{{ c.project.neighborhood.site_specific_html | safe }}
{% endif %}
- {{theme_macros.custom_js(g.theme_static(''))}}
+ {{theme_macros.custom_js()}}
</body>
</html>