Return to Snippet

Revision: 9165
at October 23, 2008 15:28 by reverend


Initial Code
<?php 
$mission = theme_get_setting('mission', false);  
if ($mission != ""): ?> <div id="mission"><?php print $mission; ?></div><?php endif; ?>

Initial URL


Initial Description
Include drupal 5 mission statement in views or other php enabled sections(i.e.: Views Header, etc.).

Initial Title
Drupal mission statement include

Initial Tags
php, drupal

Initial Language
PHP