Skip to content

Commit

Permalink
Add Pirsch.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Indianer3c committed Nov 8, 2023
1 parent 9e61e3f commit bd34f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/element/pirsch.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script defer type="text/javascript" src="https://api.pirsch.io/pirsch-extended.js" id="pirschextendedjs" data-code="5rr3vOTRLjVcCWbVrP0leGlvBiaGhnsx"></script>
1 change: 1 addition & 0 deletions templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
<?= $this->fetch('script') ?>
<?= $this->element('pirsch') ?>
<?= $this->element('userlike') ?>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions templates/layout/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
<?= $this->fetch('script') ?>
<?= $this->element('pirsch') ?>
<?= $this->element('userlike') ?>
</head>
<body>
Expand Down

0 comments on commit bd34f4c

Please sign in to comment.