forked from friendica/friendica-addons
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.
6 lines
321 B
Smarty
Executable file
6 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>
|