Sfoglia il codice sorgente

登录界面样式更新

q 1 anno fa
parent
commit
b7ef7d815e
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. BIN
      images/beijing/bj1.jpg
  2. 1 1
      webmain/index/indexAction.php

BIN
images/beijing/bj1.jpg


+ 1 - 1
webmain/index/indexAction.php

@@ -121,7 +121,7 @@ class indexClassAction extends Action{
 		$homewidth	= getconfig('homewidth');
 		if(!$homewidth)$homewidth='1300px';
 		$this->smartydata['homewidth']= $homewidth;
-		$this->smartydata['beijing']  = $this->option->getval('beijing_'.$this->adminid.'','images/beijing/bj0.jpg');
+		$this->smartydata['beijing']  = $this->option->getval('beijing_'.$this->adminid.'','images/beijing/bj1.jpg');
 		if(!file_exists('webmain/index/tpl_index_home.html'))$this->displayfile = 'webmain/index/tpl_index.html';
 	}