Closed (fixed)
Project:
Journal Crunch
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
26 Jan 2011 at 21:33 UTC
Updated:
24 Oct 2019 at 20:15 UTC
Hi,
I really love the work you put into porting this site. These themes are high quality. Thank you!
After first enabling the theme I got an error due to an empty variable $site_name_and_slogan. I am not familiar with this new variable in D7.
Anyone with this same issue should edit their page.tpl.php so that the variable is checked before printing like so:
if(isset($site_name_and_slogan)) { print $site_name_and_slogan;}
Comments
Comment #1
bensnyder commentedhttp://drupal.org/cvs?commit=489572
Comment #2
skounis commentedBen, thanx for the quick fix.
I reopen that just to remind me to port this fix to 7.x-1.x also
Comment #3
skounis commented7.x-1.x fix
http://drupal.org/cvs?commit=491360
Comment #4
skounis commented