
Originally Posted by
micmed
Thanks for the reply. Are you saying that my login.php has been modified? It is the original unmodified file. Is there another file I should be looking at?
Thanks
Do you have a file named /includes/templates/avonlee_contempo/templates/tpl_login_default.php? If so, that's the one that has the issue. If that file's present, please post the first comment section to identify the 'progeny' of the file. For example, the unmodified version of the file (/includes/templates/template_default/templates/tpl_login_default.php includes:
Code:
/**
* Page Template
*
* @package templateSystem
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_login_default.php 18695 2011-05-04 05:24:19Z drbyte $
*/
You can also use your text-editor to search the file for <form, which will identify where your problem is.