diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-11-02 11:18:25 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-11-02 11:18:25 +0000 |
commit | 718116eb30e8f0534b13275662212afc506a862c (patch) | |
tree | 9552576e905ac881c71ad0d5cf4d109d81043adb /admin/thumbnail.php | |
parent | e6c4386182b97fb6efcaec71417daf2b97407c9c (diff) |
Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@225 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/thumbnail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/thumbnail.php b/admin/thumbnail.php index 171049a1c..856222a2c 100644 --- a/admin/thumbnail.php +++ b/admin/thumbnail.php @@ -259,7 +259,7 @@ function get_displayed_dirs( $dir, $indent ) } } //----------------------------------------------------- template initialization -$sub = $vtp->Open( '../template/'.$user['template'].'/admin/thumbnail.vtp' ); +$sub = $vtp->Open( './template/'.$user['template'].'/admin/thumbnail.vtp' ); $tpl = array( 'tn_dirs_title','tn_dirs_alone','tn_params_title','tn_params_GD', 'tn_params_GD_info','tn_width','tn_params_width_info','tn_height', |