Variable Content
ver. 1.0
Variable content (vcontent) is providing an opportunity for variables in CMSimple content. If you need to maintain duplicate content (prices, tariffs, dues, etc.) on different pages on your CMSimple site so you need vcontent.
1. Installation
Download and uncompress formmail.zip
Upload the entire formmail directory to your "plugins" directory.
2. Configuration
Define variable names and their values in the admin part of this plugin

The Key is a variable name, Content is variable value visible on the page. Comment is optional and is never shown. It can be used to remember what the variable does. Define only one variable pr. line.
Insert variable names instead of values and insert #CMSimplen $output=vcontent ();# on the pages with duplicate content and from now on you will need to update the duplicate content only one place.
And the result is:

Vcontent can be used with other plugins. It must be placed as the last call, for example #CMSimple $output .= gallery (xxx); $output = vcontent ();#3. Compatibility
Vcontent plugin is tested with CMSimple versions 3.2 and php version 4.3 and 5.2.
4. History
version. 1.0 released december 2008.
5. Disclaimer
There is no warranty using this plugin. It will be used on everybody's own risk. We will not assume any liability in case of data losses caused by Form Mailer usage.