fix link problem

This commit is contained in:
wlx 2014-01-14 02:22:56 +00:00
parent ed6d450d4a
commit 4f7a2765b3
1 changed files with 3 additions and 3 deletions

View File

@ -33,19 +33,19 @@ class HaiheController extends DataController
function daxingAction() function daxingAction()
{ {
$this->getmd(array('大兴区')); $this->getmd(array('大兴区'),'place');
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }
function miyunAction() function miyunAction()
{ {
$this->getmd(array('密云')); $this->getmd(array('密云'),'place');
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }
function guantaoAction() function guantaoAction()
{ {
$this->getmd(array('馆陶县')); $this->getmd(array('馆陶县'),'place');
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }