Skip to content

Commit

Permalink
refs #1512
Browse files Browse the repository at this point in the history
  • Loading branch information
vipsoft committed Jul 29, 2010
1 parent de47e9b commit a5b45d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/SitesManager/templates/DisplayAlternativeTags.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you would like to contribute a version of the client in another programming l
&lt;?php <br/>
// -- Piwik Tracking API init -- <br/>
require_once "/path/to/PiwikTracker.php";<br/>
PiwikTracker::$url = '{$piwikUrl}';<br/>
PiwikTracker::$URL = '{$piwikUrl}';<br/>
?&gt;
</code>
</li><li>Choose a Tracking method, then paste the code onto every page you want to track.
Expand Down Expand Up @@ -94,4 +94,4 @@ $piwikTracker->doTrackGoal($idGoal = 1, $revenue = 42);<br/>
Read more about the Piwik Tracking API <a href='{$currentUrlWithoutFilename}misc/redirectToUrl.php?url=http://piwik.org/docs/tracking-api/' target='_blank'>in the documentation</a>
</p>
{/if}
</div>
</div>

0 comments on commit a5b45d9

Please sign in to comment.