Topics

Footer Info

This is how Exponent closes out the page in your theme.  This required call is the one which actually parses the css styling and places information about javascript onto the page.

<?php
    expTheme::foot();
?>

It currently accepts one optional parameter to 'hide' the Exponent menu (slingbar) 'hide-slingbar'.

<?php
    expTheme::foot(array('hide-slingbar'=>true));
?>

 

Loading Help