Changeset 1123 for trunk/index.php


Ignore:
Timestamp:
Apr 5, 2006, 1:08:08 AM (18 years ago)
Author:
plg
Message:

bug fixed: about.php was not starting with get_root_url()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1120 r1123  
    434434    'TITLE'     => $lang['about_page_title'],
    435435    'NAME'      => $lang['About'],
    436     'U_SUMMARY' => 'about.php?'.str_replace(
    437       '&',
    438       '&',
    439       $_SERVER['QUERY_STRING']
    440       )
     436    'U_SUMMARY' => get_root_url().'about.php',
    441437    )
    442438  );
Note: See TracChangeset for help on using the changeset viewer.