Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing index.php


KPGroup

Recommended Posts

Posted

I am editing my index.php files.

 

I know how to edit the text in the language files.

I noticed sentence and link that asks if a guest wants to login or create an account is not defined in the language file of index.php but in english.php.

 

How can I remove this line (other than leaving the field empty in english.php). I can't find it in catalog\index.php.

 

Where is it?

 

Thanks in advance.

Posted
catelog/index.php near the bottom

		  <tr>
		<td class="main"><?php echo TEXT_MAIN; ?></td>
	  </tr>

 

 

 

Thank you but this is for the main text.

What about the default link that asks the user to login?

 

Where is that edited?

 

Thanks again.

Posted
catelog/index.php near the bottom

		  <tr>
		<td class="main"><?php echo TEXT_MAIN; ?></td>
	  </tr>

 

 

 

Thank you but this is for the main text.

What about the default link that asks the user to login?

 

Where is that edited?

 

Thanks again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...