Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
Garland theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2009 at 15:36 UTC
Updated:
11 Feb 2010 at 18:46 UTC
I am working on http://drupal.org/node/461938 and wanted to test for the slogan being properly escaped to find out that there no longer it is no longer in garlands page.tpl.php
http://api.drupal.org/api/drupal/themes--garland--page.tpl.php/7/source
The default still uses $site_slogan.
http://api.drupal.org/api/drupal/modules--system--page.tpl.php/7/source
I heard the slogan will be moved to a block? I'd say its a bug?
Comments
Comment #1
todd nienkerk commented$site_sloganis still available to the defaultpage.tplas shown in<a href="http://api.drupal.org/api/function/template_preprocess_page/7">template_preprocess_page()</a>.Garland implements this in a custom way in its implementation of
garland_preprocess_page()intemplate.php:Marking this "by design," as the difference is intentional.
Comment #2
todd nienkerk commented