News:

Support the VirtueMart project and become a member

Main Menu

[FIXED] Bugs: mod_virtuemart.php

Started by doorknob, August 03, 2008, 20:34:10 PM

Previous topic - Next topic

doorknob

There are a couple of minor bugs in mod_virtuemart that cause xhtml w3c compliance issues:

Line 175:
$action =  $mm_action_url . 'index.php?option=com_user&task=logout';

should be
$action =  $mm_action_url . 'index.php?option=com_user&task=logout';

and line 208:
$action =  $mm_action_url . 'index.php?option=com_user&task=login';

should be
$action =  $mm_action_url . 'index.php?option=com_user&task=login';


regards
Phil