diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-04 10:15:35 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-04 10:15:35 +0000 |
commit | 09da40f46184fb53b44c4b304d786d3e343d35f9 (patch) | |
tree | 83f67199efc94e4eeff155d13385ffff41035c17 /profile.php | |
parent | 61f40a7eb4623326586e766485e0f1fd1f80db5a (diff) |
using new syntax for get_dirs
git-svn-id: http://piwigo.org/svn/branches/release-1_3@263 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'profile.php')
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php index 3c19adf5b..3254b727a 100644 --- a/profile.php +++ b/profile.php @@ -201,7 +201,7 @@ if ( in_array( 'template', $infos ) ) $vtp->setVar( $handle, 'line.name', $lang['customize_template'] ); $vtp->addSession( $handle, 'select' ); $vtp->setVar( $handle, 'select.name', 'template' ); - $option = get_dirs( './template/' ); + $option = get_dirs( './template' ); for ( $i = 0; $i < sizeof( $option ); $i++ ) { $vtp->addSession( $handle, 'option' ); |