...
Info | ||
---|---|---|
| ||
If you are using more then one CMS_LINK per article, you have to change/increment index of the next CMS_LINK. |
Code Block | ||
---|---|---|
| ||
echo$link = "CMS_LINK[1]"; echo '<a href="'.$link.'" target="_blank">Url</a>'; |
...
Info | ||
---|---|---|
| ||
If you are using more then one CMS_LINK per article, you have to change/increment index of the next CMS_LINK. |
Code Block | ||
---|---|---|
| ||
echo$link = "CMS_LINK[1]"; echo '<a href="'.$link.'" target="_blank">Url</a>'; |