Closed (fixed)
Project:
fblike
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Nov 2007 at 15:40 UTC
Updated:
28 Nov 2007 at 22:12 UTC
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
Comment #1
bonvga commentedNice bug !
I've fixed it in this commit : http://drupal.org/cvs?commit=88039
Thanks.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.