Changeset 175


Ignore:
Timestamp:
Oct 5, 2003, 1:37:05 PM (21 years ago)
Author:
z0rglub
Message:

Enable the use of another $lang item for "login" link in the menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r166 r175  
    157157{
    158158  $vtp->setVar( $handle, 'summary.title', $lang['hint_login'] );
    159   $vtp->setVar( $handle, 'summary.name',  replace_space( $lang['login'] ) );
     159  $vtp->setVar( $handle, 'summary.name',  replace_space( $lang['menu_login']));
    160160}
    161161$vtp->closeSession( $handle, 'summary' );
Note: See TracChangeset for help on using the changeset viewer.