Merge pull request #21854 from braders/feature/dev-core-2919-make-hidden-modal-button...
[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}