1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-17 07:36:24 +02:00

Version 1.1.3 Introduce Admin Dashboard

This commit is contained in:
Sebastian
2018-04-20 22:29:57 +02:00
parent f8dc7093bf
commit ef704daa6e
14 changed files with 137 additions and 113 deletions

View File

@@ -30,7 +30,7 @@ class Analytics extends Plugin
$analyticSettings = $this->settings['settings']['plugins']['analytics'];
if(isset($analyticsSettings['tool']))
if(isset($analyticSettings['tool']))
{
/* fetch the template, render it with twig and add javascript with settings */
if($analyticSettings['tool'] == 'piwik')