diff options
Diffstat (limited to 'template/yoga/admin/intro.tpl')
-rw-r--r-- | template/yoga/admin/intro.tpl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl index 9d35a6bc4..319f172e4 100644 --- a/template/yoga/admin/intro.tpl +++ b/template/yoga/admin/intro.tpl @@ -24,8 +24,8 @@ <dd> <ul> <li>{lang:Operating system}: {OS}</li> - <li>PHP: {PHP_VERSION} (<a href="{U_PHPINFO}">{lang:Show info}</a>)</li> - <li>MySQL: {MYSQL_VERSION}</li> + <li>PHP: {PHP_VERSION} (<a href="{U_PHPINFO}">{lang:Show info}</a>) [{PHP_DATATIME}]</li> + <li>MySQL: {MYSQL_VERSION} [{DB_DATATIME}]</li> </ul> </dd> @@ -55,4 +55,10 @@ </ul> </dd> + <dt>{lang:Clock}</dt> + <dd> + <ul> + </ul> + </dd> + </dl> |