1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

InformationPlugin: Use Core::VERSION instead of MONSTRA_VERSION constant.

This commit is contained in:
Sergey Romaneko
2012-10-25 14:35:38 +03:00
parent 420d50615e
commit 0bfd4be712

View File

@@ -22,7 +22,7 @@
<tbody>
<tr>
<td><?php echo __('System version', 'information'); ?></td>
<td><?php echo MONSTRA_VERSION; ?></td>
<td><?php echo Core::VERSION; ?></td>
</tr>
<tr>
<td><?php echo __('System version ID', 'information'); ?></td>