I started to use fblike theme and I like it but I see that it refreshes the index page when I click on the user-login text field. I tried to understand the reason, and I understood that it is because an html tag, link "a" is not closed after site name and logo in page.tpl.php

I resolved the problem by putting "</a>" closing tag after this line:
<a href="<?php print $base_path ?>"><?php if ($logo != ""): ?><img src="<?php print check_url($logo) ?>" alt="<?php print $site_name ?> logo" id="logo" /><?php endif; ?><h1><?php print($site_name) ?></h1><?php if ($site_slogan != ""): ?><h2><?php print($site_slogan) ?></h2><?php endif; ?>

Thanks for this nice theme.

Comments

bonvga’s picture

Status: Reviewed & tested by the community » Fixed

Nice bug !

I've fixed it in this commit : http://drupal.org/cvs?commit=88039

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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