Ignore:
Timestamp:
Nov 2, 2003, 12:18:25 PM (21 years ago)
Author:
z0rglub
Message:

Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r140 r225  
    263263//----------------------------------------------------- template initialization
    264264$sub = $vtp->Open(
    265   '../template/'.$user['template'].'/admin/configuration.vtp' );
     265  './template/'.$user['template'].'/admin/configuration.vtp' );
    266266
    267267$tpl = array( 'conf_confirmation','remote_site','delete',
     
    653653$vtp->addSession( $sub, 'select' );
    654654$vtp->setVar( $sub, 'select.name', 'template' );
    655 $option = get_dirs( '../template/' );
     655$option = get_dirs( './template/' );
    656656for ( $i = 0; $i < sizeof( $option ); $i++ )
    657657{
Note: See TracChangeset for help on using the changeset viewer.