diff --git a/ground/config_template.php b/ground/config_template.php index 93af114..4a55ba1 100644 --- a/ground/config_template.php +++ b/ground/config_template.php @@ -16,5 +16,7 @@ return array( ), //'version' => trim(file_get_contents(dirname(__FILE__).'/version')), 'metrika' => true, + 'ganalytics' => true, + 'disableSMS' => false, ); diff --git a/ground/views/ganalytics.php b/ground/views/ganalytics.php new file mode 100644 index 0000000..728f8c8 --- /dev/null +++ b/ground/views/ganalytics.php @@ -0,0 +1,14 @@ + + + + + diff --git a/ground/views/layout.php b/ground/views/layout.php index 895f5b5..cf312dc 100644 --- a/ground/views/layout.php +++ b/ground/views/layout.php @@ -46,5 +46,6 @@ + \ No newline at end of file diff --git a/ground/views/layoutPage.php b/ground/views/layoutPage.php index 3c86959..ae550ab 100644 --- a/ground/views/layoutPage.php +++ b/ground/views/layoutPage.php @@ -32,5 +32,6 @@ + \ No newline at end of file