Display the site banner you specify through the Banner Management.
showbanners( [ int $display ] ) : string
$display (int) (Optional) Possible value: 1, 2. If empty it shows banner 1. Default value: null
(string)
echo showbanners();
// Banner 1 content
echo showbanners(2);
// Banner 2 content