Home arrow Forum Incorrect HTML-code in mod_smf_login.php
  Welcome, Guest. Please login or register.
Did you miss your activation email?
August 30, 2008, 11:57:15 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Incorrect HTML-code in mod_smf_login.php
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Incorrect HTML-code in mod_smf_login.php  (Read 607 times)
Mongoose
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 31



View Profile WWW
Incorrect HTML-code in mod_smf_login.php
« on: December 03, 2006, 07:46:44 AM »

mod_smf_login.php generates incorrect HTML-code. Some table rows are not closed.
From line 273 php-code must be
Code:
        echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'];
        echo '</span>';
    }

    echo '</td>';
    if (strcasecmp($menu_style, 'customized') != 0) {
        echo '</tr>';
    }


instead of
Code:
        echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'];
        echo '</span></td>';
        if (strcasecmp($menu_style, 'customized') != 0) {
            echo '</tr>';
        }
    }
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal.
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use