audit wrote:
>
>I've put this code in
>
><!-- google -->
><script type="text/javascript" src="googleanalytics.html">
><!-- end google -->
>
>with the code for my google-analytics.com in the googleanalytics.html 
>templates/en directory. So far all pages are loading fine but I'm curious 
>as to if it's going to call the info from that .html file and update my 
>stats.
>
>Do you see any problem with this?


Yes. The pages that will ultimately be served from the archive will not
be in the templates/en/ directory, so the relative reference to
src="googleanalytics.html" won't work. It needs to be absolute, and
then some browsers may warn the user about this.

You can put the code directly in the templates if you double the '%'
characters.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to