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.
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
Comment #1
Dublin Drupaller commentedIf 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