Hello,
Can i use onshow place holder in side another onshow place holder?
For eg:
In PHP :
If ($a==1){
$countryfolder='US';
}else{
$countryfolder='UK';
}
$Cookie_Notification_Message=" <p><strong>Cookies are used on this site.</strong> Continue to browse if you are happy with this or alternatively <a href="[onshow.countryfolder]Privacy-statement.htm">click here for more info.</a></p>";
|
In TEMPLATE:
[onshow.Cookie_Notification_Message;htmlconv=no;protect=no;noerr]
|
In Result:
[onshow.countryfolder] place holder is not replaced by the corresponding value (US or UK)
Please help....Thanks
Unni