Where can I change variable into strings - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Where can I change variable into strings (/thread-12066.html) |
Where can I change variable into strings - DragonZX - 11-07-2010 07:32 AM I has been added a new string to the template Code: <div align="center"><a class="login" href="lostpassword.php" tabindex="4"><span style="font-size:xx-small;">{TR_LOSTPW}</span></a><br><a class="login" href="videomanual.php" tabindex="4"><span style="font-size:xx-small;">{TR_VIDEO}</span></a></div></td> Where can I change {TR_VIDEO} to the language string? RE: Where can I change variable into strings - Nuxwin - 11-07-2010 08:31 AM Hello ; Look at the php script that is linked to this template. You will understand easily how to do the job. For now, I can't provide you the name of the php script because you don't provide the template name that you have changed. RE: Where can I change variable into strings - DragonZX - 11-07-2010 05:32 PM Thank you. e.g. For index.tpl - index.php $tpl->assign and etc. RE: Where can I change variable into strings - kassah - 11-08-2010 01:43 AM Or within one of the many gen functions if it is in a dynamic block. |