Changeset 8042

Show
Ignore:
Timestamp:
03/17/08 20:20:34 (5 years ago)
Author:
hsbt
Message:

platform/tdiary/plugin/google_analytics.rb: added view mode.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/google_analytics.rb

    r7964 r8042  
    55# You can redistribute it and/or modify it under GPL2. 
    66# 
    7 add_footer_proc do 
    8         google_analytics_insert_code 
     7if /^(latest|day|month|nyear)$/ =~ @mode then 
     8        add_footer_proc do 
     9                google_analytics_insert_code 
     10        end 
    911end 
    1012