I am creating a new Drupal 6 Theme (porting a template from oswd.org). My .info file contains features[]=slogan. I have set the slogan to "This is the site slogan." from admin->site configuration->site information. My page.tpl.php contains print $site_slogan; but the variable is empty().

Comments

BartHanssens’s picture

Mm, did you enable the slogan display in administer > site building > themes > your_theme > configure ?
If I recall correctly, slogan display is off by default, even if the theme supports it and you've entered a slogan text

ChrisKennedy’s picture

Status: Active » Postponed (maintainer needs more info)
chrisfromredfin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Hmm, dvessel had told me to file this as a bug report cuz it was a known issue - but you're correct. Checking the "site slogan" box in my particular theme's configuration did cause it to show up. You need both - the checkbox and the .info file.