When using the front_page module to make a separate splash screen, the mission statement is removed form the regular site home page. It would be great if we could keep the mission statement intact on the home page.

Comments

Dublin Drupaller’s picture

Status: Active » Closed (fixed)

If you select THEMED for the front_page it will display the mission. If you select FULL PAGE, you can insert the following snippet in your full front page to display the mission wherever you want.
<?php print variable_get('site_mission', '') ?> (remember to select the PHP filter when saving your configuration).

Dub