X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Editing the Help.php content (https://forum.x-cart.com/showthread.php?t=12269)

mikefeiman 02-18-2005 01:00 PM

Editing the Help.php content
 
I'm trying to edit the help section of my site but I'm unable to locate the page that will allow me to do this. In order to edit the help.php page do I need to edit a tpl file or is it a function in the admin back end?

balinor 02-18-2005 01:35 PM

The help templates are all in the skin1/help folder, you don't need to edit anything in the php file.

mikefeiman 02-18-2005 02:20 PM

Yes, I know how to edit tpl files but the file (business.tpl) only contains the following code:

Code:

{* $Id: business.tpl,v 1.6 2002/05/20 06:55:20 lucky Exp $ *}



{capture name=dialog}
{$lng.txt_privacy_statement}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_privacy_statement content=$smarty.capture.dialog extra="width=100%"}


balinor 02-18-2005 02:34 PM

That is a language variable. Go over to the languages button, select your language, scroll down a bit and select Text, search for 'privacy' and you will see the variable. Edit the text in the box to what you want and hit update. Done! :)

cotc2001 02-19-2005 02:12 AM

and u can place html in the language variables, so could in effect do your layout in dreamweaver and then just stick the code in there if you wanted to.


All times are GMT -8. The time now is 11:25 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.