cms_version tag

   Purpose

This tag is used to insert the current version number of CMS into your template or page. It doesn't display any extra besides the version number.

   How to use?

This is just a basic tag plugin. You would insert it into your template or page like so:

{cms_version}

Example: the version number of the installed CMSMS version at this website is: 2.2.19.

   Available parameters

  • assign - Assign the results to a smarty variable with that name.

   Syntax examples

{cms_version assign=foo}