Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

showbanners

This function will display either the sitebanner or one or two adds banners you specify through the Banner Management in PHPFusion.

showbanners

Quote

showbanners()


Return Values
This function will return one or two banners and should be used to display banners when making themes.

Example
Code
<?php
echo showbanners();
?>

This will return the banners, either site banners or adds banners.

Notes
Remember that the Add Banners uses PHP and will be rendered as PHP. Be aware when giving people rights to adding banners.