Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The name CMS_HTML specifies which content type should be used and [1] is the index of headline. The index must be integer value.

 

Info
titleNote

If you are using more then one CMS_HTML per article, you have to change/increment index of the next CMS_HTML.

Code Block
languagephp
echo "CMS_HTML[1]";
or
echo "CMS_HTML[100]";

...