showbanners()

Display the site banner you specify through the Banner Management.


showbanners( [ int $display ] ) : string

Parameters

$display (int) (Optional) Possible value: 1, 2. If empty it shows banner 1. Default value: null

Return Values

(string)

Examples

echo showbanners();
// Banner 1 content

echo showbanners(2);
// Banner 2 content