Class: Product

Provides the abstracted product info for white-labelling the CMS. This class parses and returns values from conf/product.php which makes it easy to rebrand the CMS interface with your own name, logo, website link, and stylesheet.

Usage:

{{ Product::name() }}

Properties

No properties.

Methods

public static get_info ()

Returns the parsed INI data from conf/product.php.

public static name ()

Returns the name value.

public static website ()

Returns the website value.

public static logo_login ()

Returns the logo_login value.

public static logo_toolbar ()

Returns the logo_toolbar value.

public static stylesheet ()

Returns the stylesheet value.

public static toolbar_stylesheet ()

Returns the toolbar_stylesheet value.

public static admin_layout ()

Returns the admin_layout value.