File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 <div class =" col-xs-12" >
4646 <div class =" form-group" >
4747 <label >{{ trans (' forms.settings.analytics.analytics_piwik_siteid' ) } } </label >
48- <input type =" number" min =" 1" max =" 100" name =" app_analytics_pi_siteid" class =" form-control" value =" {{ $app_analytics_piwik_siteid ?: 1 } }" >
48+ <input type =" number" min =" 1" max =" 100" name =" app_analytics_pi_siteid" class =" form-control" value =" {{ $app_analytics_piwik_site_id ?: 1 } }" >
4949 </div >
5050 </div >
5151 </div >
Original file line number Diff line number Diff line change 2727 (function () {
2828 var u= " //{{ $app_analytics_piwik_url } }" ;
2929 _paq .push ([' setTrackerUrl' , u+ ' /piwik.php' ]);
30- _paq .push ([' setSiteId' , {{ $app_analytics_piwik_siteid } } ]);
30+ _paq .push ([' setSiteId' , {{ $app_analytics_piwik_site_id } } ]);
3131 var d= document , g= d .createElement (' script' ), s= d .getElementsByTagName (' script' )[0 ];
3232 g .type = ' text/javascript' ; g .async = true ; g .defer = true ; g .src = u+ ' /piwik.js' ; s .parentNode .insertBefore (g,s);
3333 })();
3434 </script >
35- <noscript ><p ><img src =" //{{ $app_analytics_piwik_url } } /piwik.php?idsite={{ $app_analytics_piwik_siteid } }" style =" border :0 ;" alt =" " /></p ></noscript >
35+ <noscript ><p ><img src =" //{{ $app_analytics_piwik_url } } /piwik.php?idsite={{ $app_analytics_piwik_site_id } }" style =" border :0 ;" alt =" " /></p ></noscript >
3636@endif
You can’t perform that action at this time.
0 commit comments