Versions Compared

Key

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

...

The usage is very simple. Put CMS_IMG tag in src attribute in your module like below.

Info
titleNote

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

Code Block
languagephp
$src = "CMS_IMG[1]";
echo '<img src="'.$src.'" alt="no picture found" />';