Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
PHP Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 18:31 UTC
Updated:
5 Nov 2009 at 18:52 UTC
The slogan displays in the page title in the head sections title tags but doesn't display in name-and-slogan. The code is:
<?php if ($site_slogan): ?>
<div id="site-slogan"><?php print $site_slogan; ?></div>
<?php endif; ?>
Comments
Comment #1
aren cambre commentedDisregard. Didn't have admin/build/themes/settings/[themename] set correctly.