* Code for bug#15365

This commit is contained in:
zenggang
2021-09-28 11:20:05 +08:00
parent 336a4e5951
commit 57b48dd406
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ class install extends control
if(!isset($this->config->installed) or !$this->config->installed) $this->session->set('installing', true);
$this->view->title = $this->lang->install->welcome;
if(!isset($this->view->versionName)) $this->view->versionName = $this->config->version;
$this->display();
}
+1 -1
View File
@@ -31,7 +31,7 @@
<table>
<tr><td colspan='2'><?php echo nl2br($lang->install->desc);?></td></tr>
<tr>
<td class=''><?php echo nl2br(sprintf($lang->install->links, $config->version));?></td>
<td class=''><?php echo nl2br(sprintf($lang->install->links, $versionName));?></td>
<td class='w-p25'>
<?php if($this->app->clientLang != 'en'):?>
<img src="<?php echo $this->app->getWebRoot() . 'theme/default/images/main/weixin.jpg'?>" width='200' height='200'>