/ Published in: PHP
Include drupal 5 mission statement in views or other php enabled sections(i.e.: Views Header, etc.).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $mission = theme_get_setting('mission', false); if ($mission != ""): ?> <div id="mission"><?php print $mission; ?></div><?php endif; ?>