Changeset 12212 for platform/tdiary/plugin
- Timestamp:
- 05/22/08 19:50:23 (6 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/plugin/account_ad.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/plugin/account_ad.rb
r12211 r12212 13 13 14 14 if @conf['account.service'] and @conf['account.name'] then 15 if @mode == "day" 16 permalink=@conf.base_url + anchor( @date.strftime('%Y%m%d'))15 if @mode == "day" and not @date == nil then 16 permalink=@conf.base_url + anchor( @date.strftime('%Y%m%d') ) 17 17 else 18 18 permalink=@conf.base_url
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)