Site description pulled for homepage in omeka 2

How can I use the site description as introductory text on the exhibit homepage? The retrieve code seems to have changed.

Thanks

The new function is just option():

<?php echo option('description'); ?>