Changeset 414


Ignore:
Timestamp:
Apr 30, 2004, 7:58:44 PM (20 years ago)
Author:
z0rglub
Message:

bug 24 : Identification page uses a hard-coded path towards default
template. Corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/identification.php

    r350 r414  
    5050include('include/page_header.php');
    5151
    52 $handle = $vtp->Open( './template/default/identification.vtp' );
     52$handle = $vtp->Open( './template/'.$user['template'].'/identification.vtp' );
    5353// language
    5454$vtp->setGlobalVar( $handle, 'ident_title',      $lang['ident_title'] );
Note: See TracChangeset for help on using the changeset viewer.