Changeset 225 for trunk/admin/help.php


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/help.php

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