This is a discussion on $Smarty Question. within the HTML, CSS, and Design Help forums, part of the General category; I have a very limited knowledge of php and smarty, so bare with me. My question is in regards to ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a very limited knowledge of php and smarty, so bare with me. My question is in regards to where the smarty files are located. I would like to modify some of the text and am not sure exactly how to go about it. The code I'm looking at is:
<tr> <td><label for="coupon">{$smarty.const.LANG_ADD_COUPON}{$smar ty.const.LANG_COLON}</label></td> <td><input name="coupon" id="coupon" value="{$coupon}" type="text" style="width: 90%;" /></td> </tr> The goal is to make the last line in step3.tpl which currently reads: "coupon or discount number," and reword it to "Coupon number" or something to that likeness. i believe that in php there is a list of variables and what they represent. I have looked through some of the folders and files and can't find what I'm looking for, if in fact I'm looking for the right thing to begin with. can someone give me the lowdown as to how to read this: <label for="coupon">{$smarty.const.LANG_ADD_COUPON}{$smar ty.const.LANG_COLON}</label>. And let me know how to change the wording. Thank you in advance. chris |
|
#2
|
||||
|
||||
|
languages/english.php (or whatever language file that you use)
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1RC1 Templates, Mods & Docs | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Membership Setup Question | Kelly Olsen | v3.1 Questions & Support | 1 | 10-12-2007 02:13 PM |
| Last question... I hope | Jake | Pre Sales Questions | 5 | 10-31-2006 12:05 PM |