Closed (fixed)
Project:
Launchpad for Drupal
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Dec 2008 at 16:18 UTC
Updated:
4 Feb 2009 at 22:30 UTC
Small addition of site slogan to page to add a little more content.
In page.tpl.php, near Line 31 where $site_name is set, add:
$site_slogan = variable_get('site_slogan', 'Launchpad');
Then, near Line 59 after $site_name is output, output $site_slogan:
print $site_slogan
Comments
Comment #1
lopolencastredealmeida commentedAll patches are at #369329: Several patches to the Launchpad theme.
Comment #2
lopolencastredealmeida commented