aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-07-17 22:28:17 +0100
committerRobin Houston <robin@lenny.robin>2011-07-17 22:28:17 +0100
commitc0391ee9f9e53ae28100815d396bc8d6eac949d2 (patch)
treed05ef0a7773ac5f8b2dad60b5a3ccc30c690ffe2
parent2204d9d49219e6d2a911d3fd85b41b03ccc79b84 (diff)
Add a comment to the _before_body_end template, explaining that it can be overridden in a theme for analytics
-rw-r--r--app/views/general/_before_body_end.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/_before_body_end.rhtml b/app/views/general/_before_body_end.rhtml
index 4374a3f28..42206b021 100644
--- a/app/views/general/_before_body_end.rhtml
+++ b/app/views/general/_before_body_end.rhtml
@@ -1 +1 @@
-<!-- TO DO: add here Analytics Scripts (Google or something else) -->
+<%# This file may be overwritten by a local theme, to add analytics code %>