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

mtk’s picture

OK, missed the code tags:

line 34:

            <<?php ($is_front && !$site-name) ? print 'h1' : print 'div'; ?> id="site-logo">

line 36:

            </<?php ($is_front && !$site-name) ? print 'h1' : print 'div'; ?>>
tombigel’s picture

Status: Active » Fixed

thanks. Fixed in DEV

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.