VERSION
Return the current Mecha CMS version.
Example:
echo '<p>Powered by Mecha ' . VERSION . '</p>';
Result:
<p>Powered by Mecha 2.5.1</p>
The available constants.
VERSION
Return the current Mecha CMS version.
Example:
echo '<p>Powered by Mecha ' . VERSION . '</p>';
Result:
<p>Powered by Mecha 2.5.1</p>
0 Comments
No comments yet.