![]() |
Sergey Kornilov admin 7/25/2012 |
It doesn't work this way. {BEGIN mybutton}
$xt->assign("mybutton",false); |
C
|
charlesfolder author 7/25/2012 |
It doesn't work this way. You need to switch to HTML mode in Visual Editor and surround button's code with BEGIN/END tags. Here is an example: {BEGIN mybutton}
$xt->assign("mybutton",false); |
C
|
charlesfolder author 7/25/2012 |
Thank you Sergey, I really appreciate your help. |