Ignore:
Timestamp:
Nov 2, 2003, 12:18:25 PM (20 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/cat_perm.php

    r190 r225  
    1919include_once( './include/isadmin.inc.php' );
    2020//----------------------------------------------------- template initialization
    21 $sub = $vtp->Open( '../template/'.$user['template'].'/admin/cat_perm.vtp' );
     21$sub = $vtp->Open( './template/'.$user['template'].'/admin/cat_perm.vtp' );
    2222$error = array();
    2323$tpl = array( 'permuser_authorized','permuser_forbidden','menu_groups',
Note: See TracChangeset for help on using the changeset viewer.