diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-17 22:28:17 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-17 22:28:17 +0100 |
commit | c0391ee9f9e53ae28100815d396bc8d6eac949d2 (patch) | |
tree | d05ef0a7773ac5f8b2dad60b5a3ccc30c690ffe2 | |
parent | 2204d9d49219e6d2a911d3fd85b41b03ccc79b84 (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.rhtml | 2 |
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 %> |