mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 04:42:59 +00:00
7360ccafe7
Add an option to use asynchronous tracking code for Piwik: http://piwik.org/docs/javascript-tracking/#toc-asynchronous-tracking Fixed a small bug with the trailing slash in the traditional tracking code in the noscript part. Changed visible occurances piwik --> Piwik. Add help text for baseurl.
5 lines
321 B
Smarty
Executable file
5 lines
321 B
Smarty
Executable file
{{ inc field_input.tpl with $field=$baseurl }}{{ endinc }}
|
|
{{ inc field_input.tpl with $field=$siteid }}{{ endinc }}
|
|
{{ inc field_checkbox.tpl with $field=$optout }}{{ endinc }}
|
|
{{ inc field_checkbox.tpl with $field=$async }}{{ endinc }}
|
|
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|