Guide to the LiveAPI System - The footer() Method

Description

The footer() method calls the cPanel interface's footer. Use this method to add the necessary footer buttons at the bottom of the interface.

Note:

This method is available in cPanel & WHM version 11.46 and later, and is only compatible with cPanel's Paper Lantern theme.

Example  


LiveAPI PHP Class

1
2
// Inject the title page into the footer element.
$cpanel->footer(title);




LiveAPI Perl Module

1
2
# Inject the title page into the footer element.
$cpliveapi->footer(title);


Parameters

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 titlevalue. 

title

 

Returns

This method returns a string value that contains the contents of the interface page before the <body-content> element.

  • 12 Users Found This Useful
Was this answer helpful?

Related Articles

The cPanel Interface

For  cPanel  &  WHM  version  58 Overview The cPanel interface is...

User Preferences

For cPanel & WHM version 58 Overview This document outlines how to access your cPanel...

Manage External Authentications

For cPanel & WHM version 58 Overview Manage credentials Additional documentation...

What is cPanelID?

In This Article:  Overview ServicesHow to get a cPanelID cPanelID External...

Guide to cPanel Interface Customization - cPanel Style Development

Introduction You can develop custom styles that modify the appearance of the cPanel interface....