Merge pull request #16901 from eileenmcnaughton/settings
[civicrm-core.git] / xml / templates / civicrm_version.tpl
CommitLineData
6a488035 1<?php
8246bca4 2/**
3 * Get the CiviCRM version.
4 */
6a488035 5function civicrmVersion( ) {ldelim}
6a488035 6 return array( 'version' => '{$db_version}',
428169d0 7 'cms' => '{$cms}', );
6a488035 8{rdelim}