in page.tpl.php, use of both site-name & site_name is made.
$site-name, not a PHP variable - but 'site-name' can be used for class styling.
issue can be found in lines:
34 - < ($is_front && !$site-name) ? print 'h1' : print 'div'; id="site-logo">
36 - ($is_front && !$site-name) ? print 'h1' : print 'div'; >
Comments
Comment #1
mtk commentedOK, missed the code tags:
line 34:
line 36:
Comment #2
tombigel commentedthanks. Fixed in DEV