Skip to content

Commit cd28214

Browse files
committed
changed to new module path
1 parent 9ff33f3 commit cd28214

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

contao-module/config/autoload.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
TemplateLoader::addFiles(
1818
array
1919
(
20-
'ce_download_ga' => 'system/modules/googleanalytics/templates',
21-
'ce_downloads_ga' => 'system/modules/googleanalytics/templates',
22-
'mod_googleanalytics' => 'system/modules/googleanalytics/templates',
20+
'ce_download_ga' => 'system/modules/hofff_googleanalytics/templates',
21+
'ce_downloads_ga' => 'system/modules/hofff_googleanalytics/templates',
22+
'mod_googleanalytics' => 'system/modules/hofff_googleanalytics/templates',
2323
)
2424
);

contao-module/languages/cs/default.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* TL_ROOT/system/modules/googleanalytics/languages/cs/default.php
3+
* TL_ROOT/system/modules/hofff_googleanalytics/languages/cs/default.php
44
*
55
* Contao extension: googleanalytics 1.4.0 stable
66
* Czech translation file

contao-module/languages/cs/tl_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* TL_ROOT/system/modules/googleanalytics/languages/cs/tl_page.php
3+
* TL_ROOT/system/modules/hofff_googleanalytics/languages/cs/tl_page.php
44
*
55
* Contao extension: googleanalytics 1.4.0 stable
66
* Czech translation file

contao-module/languages/fr/default.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* TL_ROOT/system/modules/googleanalytics/languages/fr/default.php
3+
* TL_ROOT/system/modules/hofff_googleanalytics/languages/fr/default.php
44
*
55
* Contao extension: googleanalytics 1.3.4 stable
66
* Französisch translation file

contao-module/languages/fr/tl_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* TL_ROOT/system/modules/googleanalytics/languages/fr/tl_page.php
3+
* TL_ROOT/system/modules/hofff_googleanalytics/languages/fr/tl_page.php
44
*
55
* Contao extension: googleanalytics 1.3.4 stable
66
* Französisch translation file

contao-module/languages/ja/tl_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* TL_ROOT/system/modules/googleanalytics/languages/ja/tl_page.php
3+
* TL_ROOT/system/modules/hofff_googleanalytics/languages/ja/tl_page.php
44
*
55
* Contao extension: googleanalytics 1.3.0 stable
66
* Japanese translation file

0 commit comments

Comments
 (0)