Thread
:
How to call a language variable
View Single Post
#
6
08-24-2011, 01:59 AM
qualiteam
X-Guru
Join Date: Dec 2010
Posts: 6,373
Re: How to call a language variable
This is smarty code which cannot be used in PHP script directly.
You should use the following PHP code instead:
PHP Code:
func_get_langvar_by_name
(
"lbl_myLabel"
);
__________________
Alex Solovev,
Qualiteam
---
User manual
Video tutorials
X-Cart FAQ
You are welcome to press "Thanks" button
if you find this post useful
Click here to learn how to apply patches
X-Cart Extensions
qualiteam
View Public Profile
Send a private message to qualiteam
Find all posts by qualiteam