Reviewed & tested by the community
Project:
Typebased
Version:
6.x-1.8
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 09:09 UTC
Updated:
28 Jul 2011 at 09:15 UTC
The theme, doesn't support the basic site information (mission). I changed the code in the page.tpl.php so i have it (i added the last line):
<?php if (!empty($breadcrumb)): ?><div id="breadcrumb"><?php print $breadcrumb; ?></div><?php endif; ?>
<?php if (!empty($messages)): print $messages; endif; ?>
<?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
<?php if (!empty($mission)): ?><div id="mission"><?php print $mission; ?></div><?php endif; ?>