Development Guides Home >> Guide to the LiveAPI System >> LiveAPI Methods
The footer() method calls the cPanel interface's footer. Use this method to add the necessary footer buttons at the bottom of the interface.
// Inject the title page into the footer element.
$cpanel->footer(title);# Inject the title page into the footer element.
$cpliveapi->footer(title);| Parameter | Type | Description | Possible values | Example |
|---|---|---|---|---|
title | string | The title of the page to inject into the cPanel interface's <body-content> element. | A valid HTML page's title value. | title |
This method returns a string value that contains the contents of the interface page before the <body-content> element.