$folder

Returns the object of the current folder.

Table of Contents
  1. Description
  2. Example

Description

This variable is an instance of the Folder class.

Example

if (!isset($folder) || !isset($folder->name)) {
    return $_;
}

$_['title'] = $folder->name(true);

$_

Returns the current control panel definition.

$file

Returns the object of the current file.

$folder

Returns the object of the current folder.

$page

Returns the object of the current page file.