Drupal mission statement include


/ Published in: PHP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. <?php
  2. $mission = theme_get_setting('mission', false);
  3. if ($mission != ""): ?> <div id="mission"><?php print $mission; ?></div><?php endif; ?>

Report this snippet


Comments


You need to login to view comments.