* Code for bug#15365
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user