$folder
Returns the object of the current folder.
Table of Contents
Description
This variable is an instance of the Folder class.
Example
if (!isset($folder) || !isset($folder->name)) {
return $_;
}
$_['title'] = $folder->name(true);$folderReturns the object of the current folder.
This variable is an instance of the Folder class.
if (!isset($folder) || !isset($folder->name)) {
return $_;
}
$_['title'] = $folder->name(true);