PHP Classes

File: modules/cms/console/scaffold/theme/less/partials/meta/seo.stub

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/console/scaffold/theme/less/partials/meta/seo.stub   Download  
File: modules/cms/console/scaffold/theme/less/partials/meta/seo.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 462 bytes
 

Contents

Class file image Download
{% if this.theme.googleanalytics_id is not empty %} <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id={{ this.theme.googleanalytics_id }}"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '{{ this.theme.googleanalytics_id }}'); </script> {% endif %}