mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 01:12:29 +02:00
- oups... I forgot to add the template associated to admin/intro added in a
previous commit. git-svn-id: http://piwigo.org/svn/trunk@816 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<dl>
|
||||
<dt>{lang:PhpWebGallery version}</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>PhpWebGallery {PWG_VERSION}</li>
|
||||
<li><a href="{U_CHECK_UPGRADE}">{lang:Check for upgrade}</a></li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>{lang:Environment}</dt>
|
||||
<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>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>{lang:Database}</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>{DB_ELEMENTS}</li>
|
||||
<li>{DB_CATEGORIES}</li>
|
||||
<li>{DB_USERS}</li>
|
||||
<li>{DB_GROUPS}</li>
|
||||
<li>{DB_COMMENTS}</li>
|
||||
<li>{DB_DATE}</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt></dt>
|
||||
<dd></dd>
|
||||
|
||||
<dt></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user