mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
using new syntax for get_dirs
git-svn-id: http://piwigo.org/svn/branches/release-1_3@263 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user