Ignore:
Timestamp:
Nov 2, 2007, 12:08:27 AM (16 years ago)
Author:
rvelices
Message:

merge -r 2158 from branch-1_7 to trunk
fix: in page_header.php U_HOME template var was overwriting the ones from every page -> now it is always make_index_url
fix: unvalidated comments use start end for RSS instead of end only (otherwise google reader creates a new item every time it downloads the feed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_header.php

    r2126 r2159  
    5454    'TAG_INPUT_ENABLED' =>
    5555      ((is_adviser()) ? 'disabled onclick="return false;"' : ''),
    56     'U_HOME' => get_absolute_root_url(),
     56    'U_HOME' => make_index_url(),
    5757    ));
    5858
Note: See TracChangeset for help on using the changeset viewer.