PHP Classes

File: templates/custom/header.insert.twig.example

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   templates/custom/header.insert.twig.example   Download  
File: templates/custom/header.insert.twig.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 760 bytes
 

Contents

Class file image Download
{# Header Insert Template Example #} {# This file allows you to inject custom HTML into the page header #} {# Copy this file to header.insert.twig and customize for your needs #} {# Example: Google Analytics #} {# <!-- Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'GA_MEASUREMENT_ID'); </script> #} {# Example: Custom CSS #} {# <style> /* Your custom styles here */ </style> #} {# Example: Custom JavaScript #} {# <script> // Your custom JavaScript here </script> #} {# Example: Meta tags #} {# <meta name="custom-meta" content="your-value"> #}