5 lines
93 B
PHP
5 lines
93 B
PHP
<h1><?php echo ucfirst($app) ?> Version</h1>
|
|
<ul>
|
|
<li><?php echo $app_version ?></li>
|
|
</ul>
|