Explorar o código

登录界面样式更新

q hai 1 ano
pai
achega
b7ef7d815e
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      images/beijing/bj1.jpg
  2. 1 1
      webmain/index/indexAction.php

BIN=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';
 	}