Changeset 11368 for trunk/include


Ignore:
Timestamp:
Jun 14, 2011, 2:14:29 PM (13 years ago)
Author:
plg
Message:

merge r11367 from branch 2.2 to trunk

bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery URL".

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_header.php

    r8728 r11368  
    5151    'PAGE_TITLE' => strip_tags($title),
    5252
    53     'U_HOME' => make_index_url(),
     53    'U_HOME' => get_gallery_home_url(),
    5454    ));
    5555
  • trunk/include/user.inc.php

    r8728 r11368  
    3131  { // logout
    3232    logout_user();
    33     redirect(make_index_url());
     33    redirect(get_gallery_home_url());
    3434  }
    3535  elseif (!empty($_SESSION['pwg_uid']))
Note: See TracChangeset for help on using the changeset viewer.