Closed (fixed)
Project:
Drupal core
Version:
6.0-beta1
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2007 at 12:08 UTC
Updated:
25 Oct 2007 at 00:36 UTC
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
Comment #1
BartHanssens commentedMm, 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
Comment #2
ChrisKennedy commentedComment #3
chrisfromredfinHmm, 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.