Allura/allura/templates/jinja_master/theme_macros.html [97:124]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _add_tracking('acct{{ loop.index }}', '{{account}}'); {%- endfor %} {% if project and project.neighborhood.features['google_analytics'] -%} {% if project.neighborhood.tracking_id -%} _add_tracking('nbhd', '{{project.neighborhood.tracking_id}}'); {%- endif %} {% if project.tracking_id -%} _add_tracking('proj', '{{project.tracking_id}}'); {%- endif %} {%- endif %} (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); {%- endmacro %} {% endif %} {% if extra_header is undefined %} {%- macro extra_header(path_to_static) %} {%- endmacro %} {% endif %} {% if breadcrumbs is undefined %} {%- macro breadcrumbs(project, app) %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Allura/allura/templates_responsive/jinja_master/theme_macros.html [112:139]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _add_tracking('acct{{ loop.index }}', '{{account}}'); {%- endfor %} {% if project and project.neighborhood.features['google_analytics'] -%} {% if project.neighborhood.tracking_id -%} _add_tracking('nbhd', '{{project.neighborhood.tracking_id}}'); {%- endif %} {% if project.tracking_id -%} _add_tracking('proj', '{{project.tracking_id}}'); {%- endif %} {%- endif %} (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); {%- endmacro %} {% endif %} {% if extra_header is undefined %} {%- macro extra_header(path_to_static) %} {%- endmacro %} {% endif %} {% if breadcrumbs is undefined %} {%- macro breadcrumbs(project, app) %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -